ingress-proxy: refactor vhosts
This commit is contained in:
parent
b8af60e0f3
commit
0ec23714af
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ in {
|
||||||
|
|
||||||
root = pkgs.stdenvNoCC.mkDerivation {
|
root = pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = name';
|
name = name';
|
||||||
src = if src then src else builtins.fetchGit { inherit url rev; };
|
src = if src != null 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