mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
mauville/aly: push dialy builds to cachix
This commit is contained in:
parent
ee2c828d58
commit
d7b614187f
|
@ -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
|
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
|
done
|
||||||
''}";
|
''}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue