fix src/fetchers/default-fetcher.nix

This commit is contained in:
DavHau 2022-05-17 20:11:32 +02:00 committed by GitHub
parent 34a272a39c
commit 0ace4f5e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
else if source.rootName != null && source.rootVersion != null
then "${overriddenSources."${source.rootName}"."${source.rootVersion}"}/${source.path}"
else if sourceRoot != null
then "${sourceOverrides}/${source.path}"
then "${sourceRoot}/${source.path}"
else throw "${name}-${version}: cannot determine path source"
else if fetchers.fetchers ? "${source.type}"
then