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

View file

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