mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-02-23 06:19:03 +00:00
wrapper-manager-fds: update comments
This commit is contained in:
parent
7ac8d323b5
commit
7cd03e86a7
@ -1,5 +1,7 @@
|
||||
# We just keep this attribute set for forward compatability in case it became
|
||||
# required for users to pass something like the nixpkgs instance.
|
||||
# The user entrypoint which makes it especially important to be maintained.
|
||||
#
|
||||
# Anyways, we just keep this attribute set for forward compatability in case it
|
||||
# became required for users to pass something like the nixpkgs instance.
|
||||
{ }:
|
||||
|
||||
{
|
||||
|
@ -1,3 +1,5 @@
|
||||
# As a design restriction, this flake shouldn't have any inputs whatsoever.
|
||||
# We're already using the Nix projects through pinning with npins.
|
||||
{
|
||||
description = "wrapper-manager-fds flake";
|
||||
outputs = { ... }: let
|
||||
|
@ -157,9 +157,8 @@ in
|
||||
A list of packages to be included in the wrapper package.
|
||||
|
||||
::: {note}
|
||||
If the list is not empty, this can override some of the binaries
|
||||
included in this list which is typically intended to be used as a
|
||||
wrapped package.
|
||||
This can override some of the binaries included in this list which is
|
||||
typically intended to be used as a wrapped package.
|
||||
:::
|
||||
'';
|
||||
default = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user