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