Skip to content

Commit 40a190f

Browse files
luccpazz
authored andcommitted
nix: add release tools to development environment
These tools are mainly needed to test and publish releases.
1 parent 4c14cba commit 40a190f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
arg = project.renderers.withPackages {
5959
python = pkgs.python3.override {inherit packageOverrides;};
6060
extras = builtins.attrNames project.dependencies.extras;
61+
extraPackages = ps: [ps.twine ps.build];
6162
};
6263
pythonEnv = pkgs.python3.withPackages arg;
6364
in {

0 commit comments

Comments
 (0)