update nix

This commit is contained in:
Gerg-L 2024-01-22 20:04:55 -05:00
parent f5a5fb84f1
commit e5d5211c2d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -208,16 +208,16 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1703092549, "lastModified": 1705968297,
"narHash": "sha256-imzsbJ3AIaAGbaVuDFlSx2t9dixyHqZe/yTti4qx398=", "narHash": "sha256-dGmqJW8v1JPAzv50v2u4MdLrIYLiIXVte4M1wJ0ayyA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94", "rev": "08bf2846df34b0db3a25d575e8cb34a9518a9dcc",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94", "ref": "08bf2846df34b0db3a25d575e8cb34a9518a9dcc",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }

View file

@ -24,7 +24,7 @@
type = "github"; type = "github";
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
ref = "8e64cd59b0fe1a4e1d3ba8d359ea0f9af2936f94"; ref = "08bf2846df34b0db3a25d575e8cb34a9518a9dcc";
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "stable";
}; };
nixos-generators = { nixos-generators = {