wrapper-manager-fds: update comments

This commit is contained in:
Gabriel Arazas 2024-07-16 18:50:29 +08:00
parent 7ac8d323b5
commit 7cd03e86a7
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,7 @@
# We just keep this attribute set for forward compatability in case it became # The user entrypoint which makes it especially important to be maintained.
# required for users to pass something like the nixpkgs instance. #
# Anyways, we just keep this attribute set for forward compatability in case it
# became required for users to pass something like the nixpkgs instance.
{ }: { }:
{ {

View File

@ -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"; description = "wrapper-manager-fds flake";
outputs = { ... }: let outputs = { ... }: let

View File

@ -157,9 +157,8 @@ in
A list of packages to be included in the wrapper package. A list of packages to be included in the wrapper package.
::: {note} ::: {note}
If the list is not empty, this can override some of the binaries This can override some of the binaries included in this list which is
included in this list which is typically intended to be used as a typically intended to be used as a wrapped package.
wrapped package.
::: :::
''; '';
default = [ ]; default = [ ];