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