all: bump to latest nixos-unstable
This commit is contained in:
parent
d2467fe0bd
commit
001c9b0136
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ let
|
||||||
lib.evalSource [{
|
lib.evalSource [{
|
||||||
config.file = toString ./machines;
|
config.file = toString ./machines;
|
||||||
nixos-config.symlink = "config/${machine}/configuration.nix";
|
nixos-config.symlink = "config/${machine}/configuration.nix";
|
||||||
|
# Auto-upgrade wen?
|
||||||
nixpkgs.git = {
|
nixpkgs.git = {
|
||||||
clean.exclude = [ "/.version-suffix" ];
|
clean.exclude = [ "/.version-suffix" ];
|
||||||
ref = "0d68d7c857fe301d49cdcd56130e0beea4ecd5aa"; # nixos-unstable
|
ref = "823e2c9b0a0ec8b61b6583f48338072f137b6889"; # nixos-unstable
|
||||||
url = "https://github.com/NixOS/nixpkgs";
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue