Skip to content

Commit

Permalink
Merge branch 'nix-add-js-to-dev-shell' into qe-node-drivers-connector…
Browse files Browse the repository at this point in the history
…-test-kit
  • Loading branch information
tomhoule committed Sep 7, 2023
2 parents db65689 + 58511f7 commit ecc773b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ let
in
{
devShells.default = pkgs.mkShell {
packages = [ devToolchain pkgs.llvmPackages_latest.bintools ];
packages = [
devToolchain
pkgs.llvmPackages_latest.bintools

pkgs.nodejs
pkgs.nodePackages.typescript-language-server
pkgs.nodePackages.pnpm
];
inputsFrom = [ self'.packages.prisma-engines ];
shellHook = pkgs.lib.optionalString pkgs.stdenv.isLinux
"export RUSTFLAGS='-C link-arg=-fuse-ld=lld'";
Expand Down

0 comments on commit ecc773b

Please sign in to comment.