nixpkgs: try 22.11 unreleased
This commit is contained in:
parent
22996eddff
commit
4d5ea04099
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
nixos-config.symlink = "config/${machine}/configuration.nix";
|
nixos-config.symlink = "config/${machine}/configuration.nix";
|
||||||
nixpkgs.git = {
|
nixpkgs.git = {
|
||||||
clean.exclude = [ "/.version-suffix" ];
|
clean.exclude = [ "/.version-suffix" ];
|
||||||
ref = "ce6aa13369b667ac2542593170993504932eb836"; # nixos-22.05 release
|
ref = "f6c4da49202d79cdab2fdf2bfa3019cde23f007e"; # nixos-22.11 pre-release
|
||||||
url = "https://github.com/NixOS/nixpkgs";
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue