From b8af60e0f3810d8d1c6a89c223d778e85747572d Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 13:32:50 -0500 Subject: [PATCH] ingress-proxy: refactor vhosts --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index b9412bd..6e203d1 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -38,7 +38,7 @@ in { serverAliases = aliases; root = pkgs.stdenvNoCC.mkDerivation { - inherit name'; + name = name'; src = if src then src else builtins.fetchGit { inherit url rev; }; installPhase = "cp -r $src $out"; };