diff --git a/README.md b/README.md index 714ce58d..ad5ca88e 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ A minimal example could look like the following: outputs = { self, nixpkgs, nix-on-droid }: { nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration { - system = "aarch64-linux"; + pkgs = import nixpkgs { system = "aarch64-linux"; }; modules = [ ./nix-on-droid.nix ]; };