with htpy and css
This commit is contained in:
parent
4b376c54a2
commit
9ce576e7e8
9 changed files with 2217 additions and 17 deletions
|
|
@ -239,7 +239,10 @@
|
|||
inherit src;
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
nativeBuildInputs = [ testVenv ];
|
||||
nativeBuildInputs = [
|
||||
pkgs.pyright
|
||||
testVenv
|
||||
];
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue