From 2eb824499ed7b4d76b29e5068c0d4e0c2f83adaa Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 20 Nov 2021 03:34:39 -0500 Subject: .local/bin/nixos-test: Disable other substitutes --- .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 af1286f..354f8f6 100755 --- a/.local/bin/nixos-test +++ b/.local/bin/nixos-test @@ -19,4 +19,4 @@ nixfmt "$1" awk '!s {s=sub("^{$","{ boot.isContainer = true;")}{ print $0 }' "$1" | sponge "$1" awk '!s {s=sub("^in {$","in { boot.isContainer = true;")}{ print $0 }' "$1" | sponge "$1" -NIXOS_CONFIG=$(realpath "$1") nixos-rebuild --fast dry-build +NIXOS_CONFIG=$(realpath "$1") nixos-rebuild --fast --option substituters 'https://cache.nixos.org' dry-build -- cgit v1.2.3