change nix version again

This commit is contained in:
Gerg-L 2023-09-24 09:11:41 -04:00
parent 10bde30124
commit 8b64b25675
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 13 additions and 13 deletions

22
flake.lock generated
View file

@ -137,11 +137,11 @@
}, },
"master": { "master": {
"locked": { "locked": {
"lastModified": 1695521010, "lastModified": 1695560114,
"narHash": "sha256-2raGKYu7U7nqBKUBPzZbnRAEraRstM4CHPN4GZHXtJM=", "narHash": "sha256-8PMaxaKawUFYzSZfz4qIpuWgGq/g+kfyyZ+c+Ww5flU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "397b1733f45dc601e82ab9e13d5d427167fc284e", "rev": "20c378c27a7e0969bdfe4f3bcaedd98d3d747d81",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -171,21 +171,21 @@
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"lowdown-src": "lowdown-src", "lowdown-src": "lowdown-src",
"nixpkgs": [ "nixpkgs": [
"unstable" "stable"
], ],
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1694067117, "lastModified": 1695384831,
"narHash": "sha256-fstL4alQM8QpsunEtaErpURwQ0yoTh19YdjobsN2ids=", "narHash": "sha256-Ah4JBpKBFgOjXjhQBjaf7Zk9WYVk2ykcXPMeHpuoEyc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "2da46530d0bb4faf8ca0605f8fdffca7bd5baa73", "rev": "f89b84919c1a5c796512c50311821e7779b3678b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "2.17-maintenance", "ref": "f89b84919c1a5c796512c50311821e7779b3678b",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }
@ -380,11 +380,11 @@
}, },
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1695346609, "lastModified": 1695416179,
"narHash": "sha256-jur+AjgRvablLA2oBvC4FD89zCXttVQDwi6OXk5x/14=", "narHash": "sha256-610o1+pwbSu+QuF3GE0NU5xQdTHM3t9wyYhB9l94Cd8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e9b4b56e5a20ac322c0c01ccab7ec697ab076ea0", "rev": "715d72e967ec1dd5ecc71290ee072bcaf5181ed6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,8 +6,8 @@
stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05"; stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05";
nix = { nix = {
url = "github:NixOS/nix?ref=2.17-maintenance"; url = "github:NixOS/nix?ref=f89b84919c1a5c796512c50311821e7779b3678b";
inputs.nixpkgs.follows = "unstable"; inputs.nixpkgs.follows = "stable";
}; };
nixos-generators = { nixos-generators = {