joker: do not install private generators
This commit is contained in:
parent
49e0be1d4d
commit
a167ea6875
@ -17,6 +17,8 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
dontInstallSrc = true;
|
dontInstallSrc = true;
|
||||||
|
|
||||||
|
excludedPackages = "gen"; # Do not install private generators.
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user