nixpkgs/pkgs/development/go-modules
zimbatm f373ecec8f buildGoModule: support impure modules (#76532)
When modSha256 is null, disable the nix sandbox instead of using a
fixed-output derivation. This requires the nix-daemon to have
`sandbox = relaxed` set in their config to work properly.

Because the output is (hopefully) deterministic based on the inputs,
this should give a reproducible output. This is useful for development
outside of nixpkgs where re-generating the modSha256 on each mod.sum
changes is cumbersome.

Don't use this in nixpkgs! This is why null is not the default value.
2019-12-28 12:36:42 -08:00
..
generic buildGoModule: support impure modules (#76532) 2019-12-28 12:36:42 -08:00
tools buildGoModule: function for packaging Go modules 2019-03-14 10:31:02 -07:00