Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25cd60dfdf | |||
| 994d4523db |
@@ -134,7 +134,14 @@ 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.mkSubmodule {
|
||||||
|
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 +1,8 @@
|
|||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
options.mySystem = lib.mkSubmodule {
|
||||||
|
description = "Root for custom mySystem options";
|
||||||
|
options = {};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user