From e202177b9f94d7ced568bd7b81d6639d6f806006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 6 Dec 2022 10:07:36 +0100 Subject: install.sh: do not check signatures when copying --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 823a9f5..f0cc619 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ if [ -f "$src/flake.nix" ]; then # Build in system when running from sources result="$(nix build --no-link --print-out-paths \ "$flake#nixosConfigurations.$hostname.$toplevel")" - nix copy --to "$root" "$result" + nix copy --no-check-sigs --to "$root" "$result" else result="$(nix build --no-link --print-out-paths \ "$flake#nixosConfigurations.$hostname.$toplevel" \ -- cgit v1.2.3