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; [
|
buildInputs = with pkgs; [
|
||||||
# api/
|
# api/
|
||||||
nodejs
|
nodejs
|
||||||
openssl
|
|
||||||
lsof
|
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
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
|
source init.sh
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue