nixos/*nix*: Add imports as inherently necessary

Albeit not technically necessary because of nixos//module-list.nix
This commit is contained in:
Robert Hensing
2023-07-06 19:48:22 +02:00
parent 0f71c406cf
commit 07de9b62cc
2 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ let
in
{
imports = [
./nix.nix
];
options = {
nix = {
buildMachines = mkOption {