lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

dooit: fix tests

+2 -1
+2 -1
pkgs/by-name/do/dooit/package.nix
··· 46 46 export HOME=$(mktemp -d) 47 47 ''; 48 48 49 - checkInputs = with python3.pkgs; [ 49 + nativeCheckInputs = with python3.pkgs; [ 50 50 pytestCheckHook 51 51 faker 52 + pytest-asyncio 52 53 ]; 53 54 54 55 passthru = {