mauville/home: specify cachix exe

This commit is contained in:
Aly Raffauf 2024-07-08 22:40:29 -04:00
parent b623b22e3a
commit f747255f5c

View file

@ -54,7 +54,7 @@
)
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
''}";
};