From f747255f5cba682522b0817f2d9bc3f916da8742 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 8 Jul 2024 22:40:29 -0400 Subject: [PATCH] mauville/home: specify cachix exe --- 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 5c74b88..7d56272 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 --json | ${lib.getExe pkgs.jq} -r '.[].outputs | to_entries[].value' | ${lib.getExe pkgs.cachix} push alyraffauf + 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 "cachix"} push alyraffauf done ''}"; };