-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Current
(prisma-utils.lib.prisma-factory {
inherit pkgs;
# just copy these hashes for now, and then change them when nix complains about the mismatch
prisma-fmt-hash = "sha256-4zsJv0PW8FkGfiiv/9g0y5xWNjmRWD8Q2l2blSSBY3s=";
query-engine-hash = "sha256-6ILWB6ZmK4ac6SgAtqCkZKHbQANmcqpWO92U8CfkFzw=";
libquery-engine-hash = "sha256-n9IimBruqpDJStlEbCJ8nsk8L9dDW95ug+gz9DHS1Lc=";
schema-engine-hash = "sha256-j38xSXOBwAjIdIpbSTkFJijby6OGWCoAx+xZyms/34Q=";
}).fromNpmLock
./package-lock.json; # <--- path to our package-lock.json file that contains the version of prisma-enginesRequested
(prisma-utils.lib.prisma-factory {
inherit pkgs;
# just copy these hashes for now, and then change them when nix complains about the mismatch
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
}).fromNpmLock
./package-lock.json; # <--- path to our package-lock.json file that contains the version of prisma-enginesNotes
I'm willing to implement it if you want.
Metadata
Metadata
Assignees
Labels
No labels