1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00
mobile-nixos/modules/_nixos-integration.nix
Samuel Dionne-Riel fb64a005de Allow evaluating without NixOS.
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.
2020-04-06 18:32:45 -04:00

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>;
}