chore: Slims up shell.nix.
This commit is contained in:
parent
c55510eb04
commit
be92c5a569
1 changed files with 0 additions and 6 deletions
|
@ -4,17 +4,11 @@
|
|||
buildInputs = with pkgs; [
|
||||
# api/
|
||||
nodejs
|
||||
openssl
|
||||
lsof
|
||||
go
|
||||
gopls
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export PRISMA_QUERY_ENGINE_BINARY=${pkgs.prisma-engines}/bin/query-engine
|
||||
export PRISMA_QUERY_ENGINE_LIBRARY=${pkgs.prisma-engines}/lib/libquery_engine.node
|
||||
export PRISMA_SCHEMA_ENGINE_BINARY=${pkgs.prisma-engines}/bin/schema-engine
|
||||
|
||||
source init.sh
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue