And Python
Some checks failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-08-04 21:47:29 +01:00
parent e9e9464f45
commit 972970c7db

View File

@@ -17,7 +17,7 @@
in {
devShells.default = pkgs.mkShell {
buildInputs =
[pkgs.alejandra pkgs.nodejs pkgs.dotnet-sdk_6]
[pkgs.alejandra pkgs.nodejs pkgs.dotnet-sdk_6 pkgs.python3]
++ (
if pkgs.stdenv.isDarwin
then [pkgs.darwin.apple_sdk.frameworks.CoreServices]