aboutsummaryrefslogtreecommitdiff
path: root/nix_path_env
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-05 10:49:51 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-05 10:49:51 +0200
commit9ed1ac33e47bb12230792e74785cbda67a8bb822 (patch)
treeb284ee2c8050be8e263c64f7e11cfef8f9292162 /nix_path_env
parentee5c6141b0505df33036c91276ab13b0b5baa4c2 (diff)
downloadNix-9ed1ac33e47bb12230792e74785cbda67a8bb822.tar.gz
Nix-9ed1ac33e47bb12230792e74785cbda67a8bb822.tar.zst
Nix-9ed1ac33e47bb12230792e74785cbda67a8bb822.zip
Upgrade nixops version
Diffstat (limited to 'nix_path_env')
-rw-r--r--nix_path_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix_path_env b/nix_path_env
index 0a57f10..0ec2387 100644
--- a/nix_path_env
+++ b/nix_path_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.172396.d740b2ee855/nixexprs.tar.xz" 7 nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172462.04954e39df8/nixexprs.tar.xz"
8fi 8fi
9nixpkgsPrevious="$nixpkgs" 9nixpkgsPrevious="$nixpkgs"
10nixpkgsNext="$nixpkgs" 10nixpkgsNext="$nixpkgs"