aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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" \