nixos/*nix*: Add imports as inherently necessary
Albeit not technically necessary because of nixos//module-list.nix
This commit is contained in:
@@ -43,6 +43,10 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
nix = {
|
||||
buildMachines = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user