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%2FNUR.git;a=commitdiff_plain;h=3259b42c0d7087e84b90984cb5209212bae6d016;ds=sidebyside Upgrade system and state to latest version (noop for state) --- diff --git a/scripts/nix_env b/scripts/nix_env index fc6557cf..7bc14dd3 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"