deleted generated files

This commit is contained in:
2026-03-19 12:17:54 +00:00
parent 23d7e4966d
commit 994d4523db
32 changed files with 7 additions and 1530 deletions
+7
View File
@@ -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