fix(prisma): set overlay meta.mainProgram to get rid of the error
This commit is contained in:
parent
9a4e306ef2
commit
27b590baa0
1 changed files with 13 additions and 0 deletions
13
overlays/prisma/default.nix
Normal file
13
overlays/prisma/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
channels,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
final: prev: {
|
||||
prisma = prev.prisma.overrideAttrs (_old: rec {
|
||||
pname = "prisma";
|
||||
|
||||
meta.mainProgram = "prisma";
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue