aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-08-29 02:25:38 -0400
committertdro <tdro@users.noreply.github.com>2022-08-29 02:25:38 -0400
commita6c02b62a8707701542a86b15dbce3415bb54521 (patch)
tree9f4fb2b43e9036fc97a2fb87130dd3de9366400f
parent501034f8ef22b635bceaa51f3949afc60707e2f8 (diff)
downloaddotfiles-a6c02b62a8707701542a86b15dbce3415bb54521.tar.gz
dotfiles-a6c02b62a8707701542a86b15dbce3415bb54521.tar.bz2
dotfiles-a6c02b62a8707701542a86b15dbce3415bb54521.zip
.local/bin/nixos-test: Clear the builders option
-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;