default.nix: update to Nixpkgs 25.05
This commit is contained in:
parent
8a219c4979
commit
3a1e1bb82b
@ -6,9 +6,9 @@
|
||||
let
|
||||
# Pinned Nixpkgs for reproducibility
|
||||
nixpkgs = builtins.fetchTarball
|
||||
{ name = "nixpkgs-23.05.5a237aecb572";
|
||||
url = "https://github.com/nixos/nixpkgs/archive/5a237aecb572.tar.gz";
|
||||
sha256 = "166yxg4ff2jxvl9mbngd90dr1k3rdj6xmiccga41xynhh2zr0vmb";
|
||||
{ name = "nixpkgs-25.05pre782401.2631b0b7abce";
|
||||
url = "https://github.com/nixos/nixpkgs/archive/2631b0b7abce.tar.gz";
|
||||
sha256 = "0crx0vfmvxxzj8viqpky4k8k7f744dsqnn1ki5qj270bx2w9ssid";
|
||||
};
|
||||
|
||||
# Exclude this file, .git and more from source
|
||||
|
Loading…
Reference in New Issue
Block a user