aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/private/system/eldiron.nix3
-rw-r--r--scripts/nix_env2
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"
6else 6else
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"
8fi 8fi
9nixpkgsPrevious="$nixpkgs" 9nixpkgsPrevious="$nixpkgs"
10nixpkgsNext="$nixpkgs" 10nixpkgsNext="$nixpkgs"