infra/module/system/flake-description.nix
2025-12-01 15:41:09 +07:00

55 lines
No EOL
4 KiB
Nix

{ lib, ... }:
{
flake-file = {
description = "EXPERIMENTING Infrastructure";
# ----- head-reminder
do-not-edit = lib.mkForce ''
#
#
#
#
#
#
# Keep It Siimple Stoopid BAKA!
#
# "keep it low cognitive load, high clarity, and cute"
# - Lao Tzu, The Art of Config (maybe)
#
# !!! DO-NOT-EDIT THIS FILE !!!
# Generated by flake-file in each modules
# This text exist in /module/system/flake-description.nix
# `nix run ./#write-flake --impure` to apply edit
#
# so, here cirno fumo instead
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#-----------------------------------------------------------------
'';
};
}