Skip to content

Commit

Permalink
mauville/aly: push dialy builds to cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jul 8, 2024
1 parent ee2c828 commit 8e1ee90
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
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
''}";
};
Expand Down

0 comments on commit 8e1ee90

Please sign in to comment.