build: Add pyyaml and requests to the flake
This commit is contained in:
parent
e34a9a3f11
commit
040721a026
@ -27,10 +27,14 @@
|
|||||||
useGoogleTVAddOns = false;
|
useGoogleTVAddOns = false;
|
||||||
};
|
};
|
||||||
pinnedJDK = pkgs.jdk11;
|
pinnedJDK = pkgs.jdk11;
|
||||||
|
|
||||||
|
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
||||||
|
requests pyyaml
|
||||||
|
]);
|
||||||
in {
|
in {
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
flutter pinnedJDK android.platform-tools
|
flutter pinnedJDK android.platform-tools pythonEnv jq
|
||||||
];
|
];
|
||||||
|
|
||||||
ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk";
|
ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk";
|
||||||
|
Loading…
Reference in New Issue
Block a user