mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-13 19:32:34 +03:00
fix src/fetchers/default-fetcher.nix
This commit is contained in:
parent
34a272a39c
commit
0ace4f5e05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user