with htpy and css

This commit is contained in:
Abel Luck 2026-03-30 12:13:04 +02:00
parent 4b376c54a2
commit 9ce576e7e8
9 changed files with 2217 additions and 17 deletions

View file

@ -239,7 +239,10 @@
inherit src;
dontConfigure = true;
dontBuild = true;
nativeBuildInputs = [ testVenv ];
nativeBuildInputs = [
pkgs.pyright
testVenv
];
checkPhase = ''
runHook preCheck
pyright