1
0
Fork 0
nix-config/overlays/prisma/default.nix

9 lines
87 B
Nix

{
channels,
inputs,
...
}:
final: prev: {
inherit (channels.stable) prisma;
}