deleted generated files

This commit is contained in:
2026-03-19 12:17:33 +00:00
parent 93f5e82f32
commit 9015f53046
32 changed files with 0 additions and 1546 deletions
-8
View File
@@ -134,15 +134,7 @@ 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.mkOption {
type = lib.types.submodule;
description = "Root for custom mySystem options";
options = {};
};
}
#+END_SRC
* Let's define the core of the system