1
0
Fork 0

Add python3 to shell.nix

This commit is contained in:
Vili Sinervä 2025-01-21 18:55:03 +02:00
parent 7b423fe18a
commit c9ef000cd0
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -16,6 +16,7 @@ pkgs.mkShell {
rustfmt rustfmt
clippy clippy
docker docker
python3
]) ])
++ [ build-command ]; ++ [ build-command ];
} }