mauville/aly: push dialy builds to cachix

This commit is contained in:
Aly Raffauf 2024-07-08 17:40:09 -04:00
parent ee2c828d58
commit d7b614187f

View file

@ -54,7 +54,7 @@
)
for h in "''${hosts[@]}"; do
nix build github:alyraffauf/nixcfg#nixosConfigurations.$h.config.system.build.toplevel
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
done
''}";
};