]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Upgrade system and state to latest version (noop for state)
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 May 2019 23:18:02 +0000 (01:18 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 May 2019 23:18:02 +0000 (01:18 +0200)
modules/private/system/eldiron.nix
scripts/nix_env

index b71df33d41020e1d5ab6cf1ccae77b764e00a918..48cba0c42fea533327cd38cfffbcd124d03e7b39 100644 (file)
@@ -59,5 +59,6 @@
   # to be compatible, in order to avoid breaking some software such as
   # database servers. You should change this only after NixOS release
   # notes say you should.
-  system.stateVersion = "18.09"; # Did you read the comment?
+  # https://nixos.org/nixos/manual/release-notes.html
+  system.stateVersion = "19.03"; # Did you read the comment?
 }
index fc6557cf75a8d61ad1bfefdefb9a3aa04dac470f..7bc14dd3d2236deadf76b224ec072b43314f9a6c 100644 (file)
@@ -4,7 +4,7 @@ if [ -z "$NIXOPS_DEPLOYMENT" ]; then
   # This will automatically upgrade to latest version at each build
   nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz"
 else
-  nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172530.096e2f137b6/nixexprs.tar.xz"
+  nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172731.3efdf45dbd1/nixexprs.tar.xz"
 fi
 nixpkgsPrevious="$nixpkgs"
 nixpkgsNext="$nixpkgs"