1
0
Fork 0

fix(linkwarden): fix prisma to stable nixpkgs, update package build

This commit is contained in:
Philipp 2025-07-24 16:09:07 +02:00
parent 5599934936
commit 7522ff67d8
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 95 additions and 21 deletions

View file

@ -5,9 +5,5 @@
}:
final: prev: {
prisma = prev.prisma.overrideAttrs (_old: rec {
pname = "prisma";
meta.mainProgram = "prisma";
});
inherit (channels.stable) prisma;
}