1
0
Fork 0

update(all): run nixfmt, update flake.lock

This commit is contained in:
Philipp 2025-05-31 15:48:49 +02:00
parent 8deea88d1f
commit 3ed788ba26
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 22 additions and 23 deletions

View file

@ -14,7 +14,8 @@
nodejs,
openssl,
playwright-driver,
prisma, prisma-engines,
prisma,
prisma-engines,
}:
let
@ -128,7 +129,6 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
passthru.tests = {
inherit (nixosTests) linkwarden;
};