diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-20 10:58:36 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-20 10:58:36 +0200 |
commit | 972fc4ea7c48db9dc0a2aad52f7966f0e3b26256 (patch) | |
tree | 20f2de98bea4c66a300e5a9f3f30c0c22b75b7cb /upgrade_nixos | |
parent | 444306aa548bded7d67b95fe02dddeef1d0d347e (diff) | |
download | nixcfg-972fc4ea7c48db9dc0a2aad52f7966f0e3b26256.tar.gz nixcfg-972fc4ea7c48db9dc0a2aad52f7966f0e3b26256.zip |
prod: nixos 23.11 and nomad 1.5
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 e3d753e..5f0ec3a 100755 --- a/upgrade_nixos +++ b/upgrade_nixos @@ -3,7 +3,7 @@ if [ "$CLUSTER" = "staging" ]; then cmd nix-channel --add https://nixos.org/channels/nixos-23.11 nixos else - cmd nix-channel --add https://nixos.org/channels/nixos-23.05 nixos + cmd nix-channel --add https://nixos.org/channels/nixos-23.11 nixos fi cmd nix-channel --update |