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