We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d224c5 commit 31d74a6Copy full SHA for 31d74a6
nix/testenv.nix
@@ -24,6 +24,7 @@ poetry2nix.mkPoetryEnv {
24
];
25
click = [ "flit-core" ];
26
isort = [ "hatchling" ];
27
+ attrs = [ "setuptools" ];
28
};
29
in
30
lib.mapAttrs (
0 commit comments