diff --git a/lib/repoSource.nix b/lib/repoSource.nix index b8d1692d2..75f7080f5 100644 --- a/lib/repoSource.nix +++ b/lib/repoSource.nix @@ -21,7 +21,7 @@ let localPath = ../repos + "/${name}"; in if lib.pathExists localPath then - "${localPath}" + localPath else if lib.hasPrefix "https://github.com" attr.url && !submodules then fetchzip { url = "${attr.url}/archive/${revision.rev}.zip";