docs: increase docs verbosity

This commit is contained in:
Leon Schwarzäugl 2025-12-19 17:42:16 +01:00
parent 4b51505fbb
commit b6eb29fad9
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 553 additions and 216 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
description = "Minimal installer flake - not to be used manually";
description = "Minimal installer flake - automatically generated by SwarselSystems.org";
inputs.swarsel.url = "./..";

View file

@ -5,7 +5,6 @@
];
perSystem = { pkgs, ... }: {
# formatter = pkgs.nixpkgs-fmt;
# formatter is set by treefmt to:
# formatter = lib.mkIf config.treefmt.flakeFormatter (lib.mkDefault config.treefmt.build.wrapper);
treefmt = {