forked from mirrors/nixpkgs
nixos-rebuild: uri -> url
This commit is contained in:
parent
bda94ae808
commit
98e322b929
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue