diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2025-01-18 17:01:59 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2025-01-18 17:01:59 +0100 |
commit | 8e739e152fc08e15d6bec65ff173d9e906f528eb (patch) | |
tree | 963f66802643fb569060646ee2bb8622b9af6122 /upgrade_nixos | |
parent | fa0c3203f11065a1744b2d0ba49633a287076fb9 (diff) | |
download | nixcfg-8e739e152fc08e15d6bec65ff173d9e906f528eb.tar.gz nixcfg-8e739e152fc08e15d6bec65ff173d9e906f528eb.zip |
staging: upgrade to nixos 24.05
Diffstat (limited to 'upgrade_nixos')
-rwxr-xr-x | upgrade_nixos | 2 |
1 files changed, 1 insertions, 1 deletions
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 |