From 8e739e152fc08e15d6bec65ff173d9e906f528eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Sat, 18 Jan 2025 17:01:59 +0100 Subject: [PATCH] staging: upgrade to nixos 24.05 --- upgrade_nixos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade_nixos b/upgrade_nixos index 5f0ec3a..612a612 100755 --- a/upgrade_nixos +++ b/upgrade_nixos @@ -1,7 +1,7 @@ #!/usr/bin/env ./sshtool if [ "$CLUSTER" = "staging" ]; then - cmd nix-channel --add https://nixos.org/channels/nixos-23.11 nixos + cmd nix-channel --add https://nixos.org/channels/nixos-24.05 nixos else cmd nix-channel --add https://nixos.org/channels/nixos-23.11 nixos fi