ingress-proxy: refactor vhosts
This commit is contained in:
parent
417d02f36f
commit
48227c250e
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; };
|
||||
src = if src then src else pkgs.lib.fetchGit { inherit url rev; name = url; };
|
||||
installPhase = "cp -r $src $out";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue