ingress-proxy: refactor vhosts

This commit is contained in:
41666 2024-01-06 13:25:55 -05:00
parent ff90426695
commit bbc8a65728

View file

@ -33,7 +33,7 @@ in {
serverAliases = aliases;
root = pkgs.stdenvNoCC.mkDerivation {
src = src ? builtins.fetchGit { inherit url ref; };
src = src ? pkgs.lib.fetchGit { inherit url ref; };
installPhase = "cp -r $src $out";
};
};