mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-02-23 12:19:04 +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
|
# 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.
|
||||||
{ }:
|
{ }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
@ -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 = [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user