X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nix_path_env;h=901cd693d3bf9beb3baa8e16fc07b6ce2b8fbdee;hb=d7d031b69f7dfa958d38e96e5ace4b2db023dade;hp=cfe37e6ddf3f4bc9e5c18258ffed9322a695fef0;hpb=9c5fe7b7064afb70dd0b8eb78af745eff84bb2e5;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"