Compare commits
2 Commits
93f5e82f32
...
23d7e4966d
| Author | SHA1 | Date | |
|---|---|---|---|
| 23d7e4966d | |||
| 9015f53046 |
@@ -134,15 +134,7 @@ The Nix flake definition for Droidnix.
|
|||||||
** =generated/system/mysystem.nix=
|
** =generated/system/mysystem.nix=
|
||||||
This sets the networking.
|
This sets the networking.
|
||||||
#+BEGIN_SRC nix :tangle generated/system/mysystem.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/system/mysystem.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mySystem = lib.mkOption {
|
|
||||||
type = lib.types.submodule;
|
|
||||||
description = "Root for custom mySystem options";
|
|
||||||
options = {};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Let's define the core of the system
|
* Let's define the core of the system
|
||||||
|
|||||||
@@ -1,9 +1 @@
|
|||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
options.mySystem = lib.mkOption {
|
|
||||||
type = lib.types.submodule;
|
|
||||||
description = "Root for custom mySystem options";
|
|
||||||
options = {};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user