From 93b4b2730f2f11e1e0a18c5c7bd81660294aa08e Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 6 Mar 2026 21:55:48 -0600 Subject: [PATCH] test --- homes/nathan/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/nathan/home.nix b/homes/nathan/home.nix index 96460ab..2522967 100644 --- a/homes/nathan/home.nix +++ b/homes/nathan/home.nix @@ -18,7 +18,7 @@ settings = { experimental-features = [ "nix-command" "flakes" ]; builders = "ssh://builder x86_64-linux,aarch64-linux /run/secrets/remoteBuildKey 1 1 nixos-test,benchmark,big-parallel,kvm - -"; - builders-use-substituters = true; + builders-use-substitutes = true; }; };