diff --git a/default.nix b/default.nix index 9ab2954..7fbbb0b 100644 --- a/default.nix +++ b/default.nix @@ -1,10 +1,10 @@ -with (import {}); +{ 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 = ./.;