buildGoModule: remove unused with builtins;

This commit is contained in:
figsoda 2023-05-24 11:56:21 -04:00
parent dfc509bc1b
commit abd5dfa013

View File

@ -55,8 +55,6 @@
, ... }@args':
with builtins;
assert goPackagePath != "" -> throw "`goPackagePath` is not needed with `buildGoModule`";
assert (vendorSha256 == "_unset" && vendorHash == "_unset") -> throw "either `vendorHash` or `vendorSha256` is required";
assert (vendorSha256 != "_unset" && vendorHash != "_unset") -> throw "both `vendorHash` and `vendorSha256` set. only one can be set.";