X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nix_path_env;fp=nix_path_env;h=901cd693d3bf9beb3baa8e16fc07b6ce2b8fbdee;hb=0f3009993afc4e88ff728226cf6edc15db3ab415;hp=cfe37e6ddf3f4bc9e5c18258ffed9322a695fef0;hpb=2977fd8fdfc55dd42837e3dd56c77d36097ef607;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nix_path_env b/nix_path_env index cfe37e6..901cd69 100644 --- a/nix_path_env +++ b/nix_path_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.172462.04954e39df8/nixexprs.tar.xz" + nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172530.096e2f137b6/nixexprs.tar.xz" fi nixpkgsPrevious="$nixpkgs" nixpkgsNext="$nixpkgs"