pull/233/merge
SteavenGamerYT 1 year ago committed by GitHub
commit 2649d7e1a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,10 +1,10 @@
with (import <nixpkgs> {});
{ lib, stdenv, python3 }:
stdenv.mkDerivation {
name = "waydroid_script";
buildInputs = [
(python3.withPackages(ps: with ps; [ tqdm requests inquirerpy ]))
(python3.withPackages (ps: with ps; [ tqdm requests inquirerpy ]))
];
src = ./.;

Loading…
Cancel
Save