mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:53:55 -05:00
mauville/home: specify cachix exe
This commit is contained in:
parent
b623b22e3a
commit
f747255f5c
|
@ -54,7 +54,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
for h in "''${hosts[@]}"; do
|
for h in "''${hosts[@]}"; do
|
||||||
nix build github:alyraffauf/nixcfg#nixosConfigurations.$h.config.system.build.toplevel --json | ${lib.getExe pkgs.jq} -r '.[].outputs | to_entries[].value' | ${lib.getExe pkgs.cachix} push alyraffauf
|
nix build github:alyraffauf/nixcfg#nixosConfigurations.$h.config.system.build.toplevel --json | ${lib.getExe pkgs.jq} -r '.[].outputs | to_entries[].value' | ${lib.getExe' pkgs.cachix "cachix"} push alyraffauf
|
||||||
done
|
done
|
||||||
''}";
|
''}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue