deployment: upgrade to 23.05
This commit is contained in:
parent
deffb8e1fc
commit
2fde8ccf15
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
||||||
# Auto-upgrade wen?
|
# Auto-upgrade wen?
|
||||||
nixpkgs.git = {
|
nixpkgs.git = {
|
||||||
clean.exclude = [ "/.version-suffix" ];
|
clean.exclude = [ "/.version-suffix" ];
|
||||||
ref = "8d3bd93e67201a7c8238e9cbde6d07aba9500636"; # nixos-unstable
|
ref = "23.05";
|
||||||
url = "https://github.com/NixOS/nixpkgs";
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Reference in a new issue