diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.nix b/default.nix index d923d2e..fc9e1b0 100644 --- a/default.nix +++ b/default.nix @@ -24,4 +24,8 @@ buildPythonApplication rec { mkdir -p $out/share/osm-proposals cp -r ${./static}/. $out/share/osm-proposals/ ''; + + nativeCheckInputs = [ + pytestCheckHook + ]; } |