From 53c48ed6e775d6036602c770922ff6f1780925e6 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 29 Feb 2024 14:48:16 +0100 Subject: [PATCH] It tells me to double quote, maybe this will work? --- pkgs/install-nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/install-nix/default.nix b/pkgs/install-nix/default.nix index 6e5733a..cbaf541 100644 --- a/pkgs/install-nix/default.nix +++ b/pkgs/install-nix/default.nix @@ -25,7 +25,7 @@ writeShellApplication popd pushd ./install echo "NixOS Installing..." - sudo nixos-install --flake .#''${dir} + sudo nixos-install --flake .#\"''${dir}\" popd echo "Cleaning up repository in tmp..." rm -rf ./install