From 98e322b929bdc141c630d5c615d18ed487d4abd6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 8 Oct 2019 20:46:10 +0200 Subject: [PATCH] nixos-rebuild: uri -> url --- nixos/modules/installer/tools/nixos-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/tools/nixos-rebuild.sh b/nixos/modules/installer/tools/nixos-rebuild.sh index b681a170b6b..ec9dd9b71d4 100644 --- a/nixos/modules/installer/tools/nixos-rebuild.sh +++ b/nixos/modules/installer/tools/nixos-rebuild.sh @@ -268,7 +268,7 @@ fi # Resolve the flake. if [[ -n $flake ]]; then - flake=$(nix flake info --json -- "$flake" | jq -r .uri) + flake=$(nix flake info --json -- "$flake" | jq -r .url) fi # Find configuration.nix and open editor instead of building.