fix(nix): Specify git hash

This commit is contained in:
Ahmad Ansori Palembani 2024-10-20 07:38:21 +07:00
parent ed98099bf9
commit 57d34d2843
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 10 additions and 8 deletions

14
.config/nix/flake.lock generated
View file

@ -120,16 +120,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720599442, "lastModified": 1728901530,
"narHash": "sha256-jdm+sKVbBXoyrxcHbVaV0htlpq2iFR+eJw3Xe/DPcDo=", "narHash": "sha256-I9Qd0LnAsEGHtKE9+uVR0iDFmsijWSy7GT0g3jihG4Q=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "cf297a8d248db6a455b60133f6c0029c04ebe50e", "rev": "a60ac02f9466f85f092e576fd8364dfc4406b5a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a60ac02f9466f85f092e576fd8364dfc4406b5a6",
"type": "github" "type": "github"
} }
}, },
@ -253,16 +254,17 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1728426075, "lastModified": 1729365827,
"narHash": "sha256-HslwC/c4ZDXw6jGUGFCvsjxdUxUHy/EWTFMgwmiEGCs=", "narHash": "sha256-VpLPjIS7F2/HyS6FVIXq4b9rtYV9Ab+4MmwRcJEjjjo=",
"owner": "numtide", "owner": "numtide",
"repo": "system-manager", "repo": "system-manager",
"rev": "8182f9e3374c98a4d7a1ea212ad06b0c453cc290", "rev": "c93e62f2e962b54fd961798731d25eaa5778dbe2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "numtide", "owner": "numtide",
"repo": "system-manager", "repo": "system-manager",
"rev": "c93e62f2e962b54fd961798731d25eaa5778dbe2",
"type": "github" "type": "github"
} }
}, },

View file

@ -34,7 +34,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185"; nixpkgs.url = "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185";
nix-darwin = { nix-darwin = {
url = "github:LnL7/nix-darwin"; url = "github:LnL7/nix-darwin/a60ac02f9466f85f092e576fd8364dfc4406b5a6";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -44,7 +44,7 @@
}; };
system-manager = { system-manager = {
url = "github:numtide/system-manager"; url = "github:numtide/system-manager/c93e62f2e962b54fd961798731d25eaa5778dbe2";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };