treewide .goModules: revert renaming the derivation
This is a workaround to avoid exposing non-reproducible .goModules At least for now. https://github.com/NixOS/nixpkgs/pull/242905#issuecomment-1646820126
This commit is contained in:
parent
aae1f8ef06
commit
7da39a7a9e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ let
|
|||
|
||||
goModules = if (vendorHash == null) then "" else
|
||||
(stdenv.mkDerivation {
|
||||
name = "${name}-goModules";
|
||||
name = "${name}-go-modules";
|
||||
|
||||
nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ go git cacert ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue