mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
simplify usage of lib.nixOnDroidConfiguration
This commit is contained in:
parent
d68467d679
commit
a99c1e0416
10 changed files with 43 additions and 30 deletions
|
|
@ -12,8 +12,7 @@
|
|||
outputs = { nix-on-droid, ... }: {
|
||||
nixOnDroidConfigurations = {
|
||||
device = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
config = ./nix-on-droid.nix;
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./nix-on-droid.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@
|
|||
outputs = { nix-on-droid, ... }: {
|
||||
nixOnDroidConfigurations = {
|
||||
device = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
config = ./nix-on-droid.nix;
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./nix-on-droid.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue