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