Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
add imports checks for overlays (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani authored Aug 17, 2022
1 parent 86be1ae commit a485f81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ let
sha256 = "1p2s0wx1l75dsljiyvars7xlljzs1mipm8jaby5y4jvjck6qmmv2";
};

pythonImportsCheck = [
"lizard"
];

doCheck = false;

meta = with lib; {
Expand All @@ -39,6 +43,10 @@ let

propagatedBuildInputs = [ mando colorama future ];

pythonImportsCheck = [
"radon"
];

doCheck = false;

meta = with lib; {
Expand All @@ -58,6 +66,10 @@ let

propagatedBuildInputs = [ six ];

pythonImportsCheck = [
"mando"
];

doCheck = false;

meta = with lib; {
Expand Down

0 comments on commit a485f81

Please sign in to comment.