From fac7bb94918c08b24a045fa75a0a1946dfd64095 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 18 Feb 2026 10:11:58 -0800 Subject: [PATCH] Fix cachix-populate just recipe --- justfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/justfile b/justfile index c5be1dae..8af1aefe 100644 --- a/justfile +++ b/justfile @@ -22,14 +22,7 @@ cachix-populate host="strixi-minaj": command -v cachix >/dev/null command -v nix >/dev/null - mapfile -t outs < <( - nix build \ - --no-link \ - --print-build-logs \ - --print-out-paths \ - ./{{nixos_dir}}#nixosConfigurations.{{host}}.config.system.build.toplevel \ - --override-input railbird-secrets ./{{railbird_secrets_stub}} - ) + mapfile -t outs < <(nix build --no-link --print-build-logs --print-out-paths ./{{nixos_dir}}#nixosConfigurations.{{host}}.config.system.build.toplevel --override-input railbird-secrets ./{{railbird_secrets_stub}}) cachix push {{cachix_cache}} "${outs[@]}"