Loading pkgs/by-name/re/reposilite/plugins.nix +6 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,13 @@ makeScopeWithSplicing' { reposilite, }: lib.makeOverridable ( { name, hash }: { name, hash, }: let inherit (reposilite) version; pname = name; fancyName = lib.concatStrings [ (lib.toUpper (builtins.substring 0 1 name)) Loading @@ -29,7 +33,7 @@ makeScopeWithSplicing' { in fetchurl { url = "https://maven.reposilite.com/releases/com/reposilite/plugin/${name}-plugin/${version}/${name}-plugin-${version}-all.jar"; inherit version hash; inherit pname version hash; meta = { description = "${fancyName} plugin for Reposilite."; Loading Loading
pkgs/by-name/re/reposilite/plugins.nix +6 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,13 @@ makeScopeWithSplicing' { reposilite, }: lib.makeOverridable ( { name, hash }: { name, hash, }: let inherit (reposilite) version; pname = name; fancyName = lib.concatStrings [ (lib.toUpper (builtins.substring 0 1 name)) Loading @@ -29,7 +33,7 @@ makeScopeWithSplicing' { in fetchurl { url = "https://maven.reposilite.com/releases/com/reposilite/plugin/${name}-plugin/${version}/${name}-plugin-${version}-all.jar"; inherit version hash; inherit pname version hash; meta = { description = "${fancyName} plugin for Reposilite."; Loading