Skip to content

Commit d0415ab

Browse files
committed
add flake
1 parent cd67dd7 commit d0415ab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

nix/testenv.nix

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,22 @@ poetry2nix.mkPoetryEnv {
7474
sha256 = "sha256-UYm1LGEhwk/q4ogWarQbMlScfiNIZSc2VAuebn1OcuM=";
7575
};
7676
});
77+
78+
flake8 = super.execnet.overridePythonAttrs (old: {
79+
src = fetchPypi {
80+
pname = "flake8";
81+
version = "7.1.1";
82+
sha256 = "sha256-BJ0FhJHiKOA+Z7OQ8xG7+I/OLbqo+mc+euqHtxmLjTg=";
83+
};
84+
});
85+
86+
flake8_black = super.execnet.overridePythonAttrs (old: {
87+
src = fetchPypi {
88+
pname = "flake8_black";
89+
version = "0.3.6";
90+
sha256 = "sha256-UYm1LGEhwk/q4ogWarQbMlScfiNIZSc2VAuebn1Ocu2=";
91+
};
92+
});
7793
};
7894
in
7995
(lib.mapAttrs (

0 commit comments

Comments
 (0)