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 | |
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)
-rw-r--r-- | modules/private/system/eldiron.nix | 3 | ||||
-rw-r--r-- | scripts/nix_env | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix index b71df33..48cba0c 100644 --- a/modules/private/system/eldiron.nix +++ b/modules/private/system/eldiron.nix | |||
@@ -59,5 +59,6 @@ | |||
59 | # to be compatible, in order to avoid breaking some software such as | 59 | # to be compatible, in order to avoid breaking some software such as |
60 | # database servers. You should change this only after NixOS release | 60 | # database servers. You should change this only after NixOS release |
61 | # notes say you should. | 61 | # notes say you should. |
62 | system.stateVersion = "18.09"; # Did you read the comment? | 62 | # https://nixos.org/nixos/manual/release-notes.html |
63 | system.stateVersion = "19.03"; # Did you read the comment? | ||
63 | } | 64 | } |
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" |