chore: Add import check

I have no idea what this does.
This commit is contained in:
lwad 2024-03-01 14:01:41 +00:00
parent df15a232c8
commit 97992e199c
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
propagatedBuildInputs =
[ click marshmallow mistune pygments pyyaml urwid ];
pythonImportsCheck = [ "lookatme" ];
nativeBuildInputs = [ setuptools ];
};
}) nixpkgs.legacyPackages;