diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 01:18:02 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:21 +0200 |
commit | b5f9ac0db8f4aed37086f2eb4e5d3b0601f2badb (patch) | |
tree | 8e128f6dddbdee8ae273543032d2dfb6b751e8bd | |
parent | 590b8c075e8eb8dbceaea46fdc93aeff53011c64 (diff) | |
download | NUR-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_env | 2 |
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" |
6 | else | 6 | else |
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" |
8 | fi | 8 | fi |
9 | nixpkgsPrevious="$nixpkgs" | 9 | nixpkgsPrevious="$nixpkgs" |
10 | nixpkgsNext="$nixpkgs" | 10 | nixpkgsNext="$nixpkgs" |