update nix

This commit is contained in:
Gerg-L 2025-01-13 17:48:07 -05:00
parent 1713fbb4d2
commit 8a55bc5ebd
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 5 additions and 23 deletions

26
flake.lock generated
View file

@ -385,23 +385,6 @@
"type": "github"
}
},
"libgit2": {
"flake": false,
"locked": {
"lastModified": 1715853528,
"narHash": "sha256-J2rCxTecyLbbDdsyBWn9w7r3pbKRMkI9E7RvRgAqBdY=",
"owner": "libgit2",
"repo": "libgit2",
"rev": "36f7e21ad757a3dacc58cf7944329da6bc1d6e96",
"type": "github"
},
"original": {
"owner": "libgit2",
"ref": "v1.8.1",
"repo": "libgit2",
"type": "github"
}
},
"master": {
"locked": {
"lastModified": 1736742312,
@ -478,7 +461,6 @@
"flake-compat": "flake-compat_2",
"flake-parts": "flake-parts_2",
"git-hooks-nix": "git-hooks-nix",
"libgit2": "libgit2",
"nixpkgs": [
"stable"
],
@ -486,16 +468,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1732892090,
"narHash": "sha256-Ka/uNdaqpTAiVL++4MPHg8fG5o1tiJeY6G2t5UiKhd8=",
"lastModified": 1736798728,
"narHash": "sha256-Em+CXWHBgLG2m106Hs11FmVlsCr3ZQedTosJvRF2gnE=",
"owner": "NixOS",
"repo": "nix",
"rev": "64000481168d1da9d2519f055dd1fdee22275c21",
"rev": "2cb0ddfe4eb216fab6d826c1056743c152722720",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "64000481168d1da9d2519f055dd1fdee22275c21",
"ref": "2cb0ddfe4eb216fab6d826c1056743c152722720",
"repo": "nix",
"type": "github"
}

View file

@ -24,7 +24,7 @@
type = "github";
owner = "NixOS";
repo = "nix";
ref = "64000481168d1da9d2519f055dd1fdee22275c21";
ref = "2cb0ddfe4eb216fab6d826c1056743c152722720";
inputs.nixpkgs.follows = "stable";
};
nixos-generators = {