summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 01:18:02 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:21 +0200
commitb5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb (patch)
tree8e128f6dddbdee8ae273543032d2dfb6b751e8bd
parent590b8c075e8eb8dbceaea46fdc93aeff53011c64 (diff)
downloadNUR-b5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb.tar.gz
NUR-b5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb.tar.zst
NUR-b5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb.zip
Upgrade system and state to latest version (noop for state)
-rw-r--r--scripts/nix_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix_env b/scripts/nix_env
index fc6557cf..7bc14dd3 100644
--- a/scripts/nix_env
+++ b/scripts/nix_env
@@ -4,7 +4,7 @@ if [ -z "$NIXOPS_DEPLOYMENT" ]; then
4 # This will automatically upgrade to latest version at each build 4 # This will automatically upgrade to latest version at each build
5 nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" 5 nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz"
6else 6else
7 nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172530.096e2f137b6/nixexprs.tar.xz" 7 nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172731.3efdf45dbd1/nixexprs.tar.xz"
8fi 8fi
9nixpkgsPrevious="$nixpkgs" 9nixpkgsPrevious="$nixpkgs"
10nixpkgsNext="$nixpkgs" 10nixpkgsNext="$nixpkgs"