From d7b614187f49518253abec9584880849a3c6fc4f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 8 Jul 2024 17:40:09 -0400 Subject: [PATCH] mauville/aly: push dialy builds to cachix --- hosts/mauville/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index 911dc57c..5c74b88c 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -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 ''}"; };