mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
fb64a005de
We are now splitting the concerns more clearly, by making `baseModules` the reason we are evaluating NixOS, rather than wholesale always including it into the modules.
6 lines
144 B
Nix
6 lines
144 B
Nix
# Import the upstream module-list.
|
|
# Do not add this file to `module-list.nix`.
|
|
{
|
|
imports = import <nixpkgs/nixos/modules/module-list.nix>;
|
|
}
|