ingress-proxy: refactor vhosts
This commit is contained in:
parent
6de8c252c5
commit
b8af60e0f3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
||||||
serverAliases = aliases;
|
serverAliases = aliases;
|
||||||
|
|
||||||
root = pkgs.stdenvNoCC.mkDerivation {
|
root = pkgs.stdenvNoCC.mkDerivation {
|
||||||
inherit name';
|
name = name';
|
||||||
src = if src then src else builtins.fetchGit { inherit url rev; };
|
src = if src then src else builtins.fetchGit { inherit url rev; };
|
||||||
installPhase = "cp -r $src $out";
|
installPhase = "cp -r $src $out";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue