hasura-graphql-engine: reduce closure size

4.3G to around 80MB
This commit is contained in:
Jonathan Ringer 2020-09-25 14:50:26 -07:00 committed by Jon
parent bbeed7ecf8
commit 2768436826

View File

@ -16527,7 +16527,7 @@ in
hashi-ui = callPackage ../servers/hashi-ui {};
hasura-graphql-engine = haskellPackages.graphql-engine;
hasura-graphql-engine = haskell.lib.justStaticExecutables haskellPackages.graphql-engine;
hasura-cli = callPackage ../servers/hasura/cli.nix { };