simplify usage of lib.nixOnDroidConfiguration

This commit is contained in:
Tobias Happ 2022-11-05 21:03:41 +01:00
parent d68467d679
commit a99c1e0416
10 changed files with 43 additions and 30 deletions

View file

@ -193,8 +193,7 @@ A minimal example could look like the following:
outputs = { self, nixpkgs, nix-on-droid }: {
nixOnDroidConfigurations.deviceName = nix-on-droid.lib.nixOnDroidConfiguration {
system = "aarch64-linux";
config = ./nix-on-droid.nix;
modules = [ ./nix-on-droid.nix ];
};
};