Sometimes you want to put something on your flake output that isn’t fully managed by
Snowfall Lib. See the following two sections for the best ways to handle generic flake
outputs.
Outputs Builder
Snowfall Lib extends flake-utils-plus
which means you can make use of outputs-builder to construct flake outputs for each
supported system.
Custom
If you can’t use outputs-builder then it is also possible to merge your flake outputs with another
attribute set to provide custom entries.
Merging in this way is destructive and will overwrite things generated by Snowfall Lib that share
the same names as the attributes you add.