flake: lock nixpkgs to avoid mypy rebuild
This commit is contained in:
parent
4e76513668
commit
3ca0f77ff5
2 changed files with 5 additions and 4 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -598,16 +598,17 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687094566,
|
"lastModified": 1687084779,
|
||||||
"narHash": "sha256-mVUa7KpGoD59Deeq+66nsaV8AEheJ2gOO0vYlM8/Es4=",
|
"narHash": "sha256-KYdCF2S7xp090VLhUJdd4+4sk+DQA72wavnMrxkMLBg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e83cd1fb00098aec91ff5af33a8513804ca95eb9",
|
"rev": "44acd64171d440c3d91709a194bf35d6461e16c4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
|
"rev": "44acd64171d440c3d91709a194bf35d6461e16c4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
nixpkgs.url = "github:NixOS/nixpkgs/44acd64171d440c3d91709a194bf35d6461e16c4";
|
||||||
nixpkgs-raccoon.url = "github:NixOS/nixpkgs/nixos-22.11";
|
nixpkgs-raccoon.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager-raccoon.url = "github:nix-community/home-manager/release-22.11";
|
home-manager-raccoon.url = "github:nix-community/home-manager/release-22.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue