Skip to content

Commit

Permalink
mauville/home: specify cachix exe
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jul 9, 2024
1 parent b623b22 commit f747255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/mauville/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
''}";
};
Expand Down

0 comments on commit f747255

Please sign in to comment.