mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
nixpkgs: always provide the option definitions
This allows evaluation of configurations where nixpkgs.* options are used even when in a flake setup with unchanged default values.
This commit is contained in:
parent
7b9ba13632
commit
8972fbf3da
4 changed files with 36 additions and 11 deletions
|
|
@ -18,6 +18,7 @@ let
|
|||
{
|
||||
_module.args.home-manager = home-manager;
|
||||
_module.args.pkgs = mkDefault pkgs;
|
||||
_module.args.isFlake = isFlake;
|
||||
}
|
||||
configModule
|
||||
] ++ import ./module-list.nix { inherit pkgs isFlake; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue