chore(flake): set new description and 'do not edit` comment
This commit is contained in:
parent
f57b5c4660
commit
7b787346b4
2 changed files with 10 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
|
# Generated using github:vic/flake-file.
|
||||||
# Use `nix run .#write-flake` to regenerate it.
|
# 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;
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,5 +21,10 @@
|
||||||
|
|
||||||
flake-file.inputs = import ./inputs { inherit lib; };
|
flake-file.inputs = import ./inputs { inherit lib; };
|
||||||
flake-file.outputs = "inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake";
|
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
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue