joker: do not install private generators
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user