From 7b787346b4f82dc115f9e303ef54b7ca7efb741a Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Sun, 24 May 2026 20:15:12 +0300 Subject: [PATCH] chore(flake): set new description and 'do not edit` comment --- flake.nix | 7 ++++--- flake/default.nix | 7 ++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 8b1ecc9..775ba05 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,8 @@ -# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file. -# Use `nix run .#write-flake` to regenerate it. +# Generated using github:vic/flake-file. +# This file is not supposed to be edited manually. +# Run `nix run .#write-flake` to regenerate it { - description = "A very basic flake"; + description = "SkyOS :: Ultimate NixOS flake"; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake; diff --git a/flake/default.nix b/flake/default.nix index cce2f29..6b076ad 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -21,5 +21,10 @@ flake-file.inputs = import ./inputs { inherit lib; }; flake-file.outputs = "inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake"; - flake-file.description = "A very basic flake"; + flake-file.description = "SkyOS :: Ultimate NixOS flake"; + flake-file.do-not-edit = '' + # Generated using github:vic/flake-file. + # This file is not supposed to be edited manually. + # Run `nix run .#write-flake` to regenerate it + ''; }