chore: update nix, stable channel

This commit is contained in:
Gerg-L 2025-05-17 10:53:23 -04:00
parent b74302016c
commit 138ba047b7
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 10 additions and 10 deletions

View file

@ -17,14 +17,14 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-24.11";
ref = "nixos-25.05";
};
#nix itself
nix = {
type = "github";
owner = "NixOS";
repo = "nix";
ref = "3f811c237312a91cfe9314a215ebb4b159bccb23";
ref = "39f9f5d1b6f6120b2fba929b9a5faa0ec24e7746";
inputs.nixpkgs.follows = "stable";
};
#other