chore(flake): set new description and 'do not edit` comment

This commit is contained in:
Sk7Str1p3 2026-05-24 20:15:12 +03:00
parent f57b5c4660
commit 7b787346b4
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
2 changed files with 10 additions and 4 deletions

View file

@ -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;

View file

@ -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
'';
}