diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-05 10:49:51 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-05 10:49:51 +0200 |
commit | 9ed1ac33e47bb12230792e74785cbda67a8bb822 (patch) | |
tree | b284ee2c8050be8e263c64f7e11cfef8f9292162 /nix_path_env | |
parent | ee5c6141b0505df33036c91276ab13b0b5baa4c2 (diff) | |
download | Nix-9ed1ac33e47bb12230792e74785cbda67a8bb822.tar.gz Nix-9ed1ac33e47bb12230792e74785cbda67a8bb822.tar.zst Nix-9ed1ac33e47bb12230792e74785cbda67a8bb822.zip |
Upgrade nixops version
Diffstat (limited to 'nix_path_env')
-rw-r--r-- | nix_path_env | 2 |
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" |
6 | else | 6 | else |
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" |
8 | fi | 8 | fi |
9 | nixpkgsPrevious="$nixpkgs" | 9 | nixpkgsPrevious="$nixpkgs" |
10 | nixpkgsNext="$nixpkgs" | 10 | nixpkgsNext="$nixpkgs" |