From a6c02b62a8707701542a86b15dbce3415bb54521 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 29 Aug 2022 02:25:38 -0400 Subject: .local/bin/nixos-test: Clear the builders option --- .local/bin/nixos-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3