fix(linkwarden): fix prisma to stable nixpkgs, update package build
This commit is contained in:
parent
5599934936
commit
7522ff67d8
3 changed files with 95 additions and 21 deletions
|
@ -5,9 +5,5 @@
|
|||
}:
|
||||
|
||||
final: prev: {
|
||||
prisma = prev.prisma.overrideAttrs (_old: rec {
|
||||
pname = "prisma";
|
||||
|
||||
meta.mainProgram = "prisma";
|
||||
});
|
||||
inherit (channels.stable) prisma;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue