aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/nixos-test
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/nixos-test')
-rwxr-xr-x.local/bin/nixos-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/nixos-test b/.local/bin/nixos-test
index c850d13..1fedf89 100755
--- a/.local/bin/nixos-test
+++ b/.local/bin/nixos-test
@@ -30,6 +30,6 @@ for configuration in "$@"; do
NIXPKGS_ALLOW_UNFREE=1 \
NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1
- nixos-rebuild --fast --option substituters 'https://cache.nixos.org' dry-build
+ nixos-rebuild --fast --option substituters 'https://cache.nixos.org' --option builders '' dry-build
done;