Skip to content

Commit a80dd79

Browse files
committed
fix flake
1 parent d5878f2 commit a80dd79

File tree

2 files changed

+64
-8
lines changed

2 files changed

+64
-8
lines changed

flake.lock

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@
99
devShell = pkgs.mkShell {
1010
nativeBuildInputs = [ pkgs.bashInteractive ];
1111
buildInputs = with pkgs; [
12-
nodePackages.prisma
12+
nodejs
13+
pnpm
14+
typescript
1315
];
14-
shellHook = with pkgs; ''
15-
export PRISMA_MIGRATION_ENGINE_BINARY="${prisma-engines}/bin/migration-engine"
16-
export PRISMA_QUERY_ENGINE_BINARY="${prisma-engines}/bin/query-engine"
17-
export PRISMA_QUERY_ENGINE_LIBRARY="${prisma-engines}/lib/libquery_engine.node"
18-
export PRISMA_INTROSPECTION_ENGINE_BINARY="${prisma-engines}/bin/introspection-engine"
19-
export PRISMA_FMT_BINARY="${prisma-engines}/bin/prisma-fmt"
20-
'';
2116
};
2217
});
2318
}

0 commit comments

Comments
 (0)