lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #306772 from code-supply/fetch-hex-pname-id

fetchHex: remove pname prefix

authored by

Yt and committed by
GitHub
30f20830 8328303e

+1 -1
+1 -1
pkgs/development/beam-modules/fetch-hex.nix
··· 7 7 }: 8 8 9 9 stdenv.mkDerivation ({ 10 - pname = "hex-source-${pkg}"; 10 + pname = pkg; 11 11 inherit version; 12 12 dontBuild = true; 13 13 dontConfigure = true;