mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
buildMavenRepo: Fix override fn
This commit is contained in:
@@ -129,7 +129,7 @@ let
|
||||
scheme = head (builtins.match "([a-z0-9+.-]+)://.*" url);
|
||||
fetch' = getAttr scheme fetchers';
|
||||
artifact = fetch' { inherit url hash; };
|
||||
override = overrides.name or lib.id;
|
||||
override = overrides.${name} or lib.id;
|
||||
in
|
||||
override artifact;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user