infra/module/system/flake-description.nix
2025-12-01 13:23:24 +07:00

55 lines
No EOL
4 KiB
Nix

{ lib, ... }:
{
flake-file = {
description = "Kirbara2000 Infra";
# ----- head-reminder
do-not-edit = lib.mkForce ''
#
#
#
#
#
#
# 𝑲𝒆𝒆𝒑 𝑰𝒕 𝑺𝒊𝒎𝒑𝒍𝒆, 𝑺𝒕𝒖𝒑𝒊𝒅, 𝑩𝑨𝑲𝑨!!
#
# "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` to apply edit
#
# so, here cirno fumo instead
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#-----------------------------------------------------------------
'';
};
}