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> | 2019-05-25 01:18:02 +0200 |
commit | 61ebe69b4b2d88bf627f53141288600f7562c750 (patch) | |
tree | 20ab0e1b556d47272f78be41b415d56877d5487f /scripts | |
parent | d5d97b8b57457989ff3a0fa38229a98482d33f65 (diff) | |
download | Nix-61ebe69b4b2d88bf627f53141288600f7562c750.tar.gz Nix-61ebe69b4b2d88bf627f53141288600f7562c750.tar.zst Nix-61ebe69b4b2d88bf627f53141288600f7562c750.zip |
Upgrade system and state to latest version (noop for state)
Diffstat (limited to 'scripts')
-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 fc6557c..7bc14dd 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" |