mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
parent
c00333ee42
commit
248cc08061
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ A minimal example could look like the following:
|
||||||
outputs = { self, nixpkgs, nix-on-droid }: {
|
outputs = { self, nixpkgs, nix-on-droid }: {
|
||||||
|
|
||||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||||
system = "aarch64-linux";
|
pkgs = import nixpkgs { system = "aarch64-linux"; };
|
||||||
modules = [ ./nix-on-droid.nix ];
|
modules = [ ./nix-on-droid.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue