Add python3 to shell.nix
This commit is contained in:
parent
7b423fe18a
commit
c9ef000cd0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ pkgs.mkShell {
|
||||||
rustfmt
|
rustfmt
|
||||||
clippy
|
clippy
|
||||||
docker
|
docker
|
||||||
|
python3
|
||||||
])
|
])
|
||||||
++ [ build-command ];
|
++ [ build-command ];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue