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
|
|
@ -16,6 +16,9 @@
|
|||
* Fix usage of `extraSpecialArgs`: All values were previously set in
|
||||
`_module.args` instead of passing them as `specialArgs` into `evalModules`.
|
||||
This enables usage of `specialArgs` to use in `imports` in module defintions.
|
||||
* In an effort to reduce the number of arguments to `lib.nixOnDroidConfiguration`
|
||||
function in flake configurations, `system` is now inferred from `pkgs.system`
|
||||
and `config` and `extraModules` are now combined into `modules`
|
||||
|
||||
## Release 22.05
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue