deleted generated files
This commit is contained in:
@@ -134,7 +134,14 @@ The Nix flake definition for Droidnix.
|
||||
** =generated/system/mysystem.nix=
|
||||
This sets the networking.
|
||||
#+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
|
||||
|
||||
* Let's define the core of the system
|
||||
|
||||
Reference in New Issue
Block a user