You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nixpkgs = import pkgs { system = "x86_64-linux"; };
90
+
prisma =
91
+
(prisma-utils.lib.prisma-factory {
92
+
inherit nixpkgs;
93
+
prisma-fmt-hash = "sha256-4zsJv0PW8FkGfiiv/9g0y5xWNjmRWD8Q2l2blSSBY3s="; # just copy these hashes for now, and then change them when nix complains about the mismatch
0 commit comments