3
0
Fork 0
forked from mirrors/nixpkgs

nixos-rebuild: uri -> url

This commit is contained in:
Eelco Dolstra 2019-10-08 20:46:10 +02:00
parent bda94ae808
commit 98e322b929

View file

@ -268,7 +268,7 @@ fi
# Resolve the flake. # Resolve the flake.
if [[ -n $flake ]]; then if [[ -n $flake ]]; then
flake=$(nix flake info --json -- "$flake" | jq -r .uri) flake=$(nix flake info --json -- "$flake" | jq -r .url)
fi fi
# Find configuration.nix and open editor instead of building. # Find configuration.nix and open editor instead of building.