Update to work with nixos 25.05

this what worked with me
pull/233/head
SteavenGamerYT 7 months ago committed by GitHub
parent 3e344b360f
commit 820b75ff7b
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