From 3259b42c0d7087e84b90984cb5209212bae6d016 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 25 May 2019 01:18:02 +0200 Subject: [PATCH] Upgrade system and state to latest version (noop for state) --- scripts/nix_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.41.0