Working on reshuffling
This commit is contained in:
+4
-3
@@ -135,11 +135,12 @@ The Nix flake definition for Droidnix.
|
||||
This sets the networking.
|
||||
#+BEGIN_SRC nix :tangle generated/system/mysystem.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.mySystem = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.anything;
|
||||
default = {};
|
||||
description = "Root for custom mySystem options (hierarchical)";
|
||||
type = lib.types.submodule;
|
||||
description = "Root for custom mySystem options";
|
||||
options = {};
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user