From: Ismaƫl Bouya Date: Fri, 24 May 2019 23:18:02 +0000 (+0200) Subject: Upgrade system and state to latest version (noop for state) X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=61ebe69b4b2d88bf627f53141288600f7562c750 Upgrade system and state to latest version (noop for state) --- 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 @@ # 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? } 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 # 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"