Skip to content
Snippets Groups Projects

Upgrade to nixos-23.05

Merged Florian Sesser requested to merge upgrade-nixos-to-23.05 into develop
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -10,7 +10,7 @@ from ps_tools import get_url_hash
# We pass this to builtins.fetchTarball which only supports sha256
HASH_TYPE = "sha256"
DEFAULT_CHANNEL = "nixos-22.11"
DEFAULT_CHANNEL = "nixos-23.05"
CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz"
Loading