From 8e1ee90ce878fd6224bb1f6076f6e7d6edd44460 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 8 Jul 2024 17:37:52 -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 911dc57..531c14e 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 ''}"; };