diff --git a/default.nix b/default.nix index 7d0c97a..a21f9b3 100644 --- a/default.nix +++ b/default.nix @@ -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. { }: { diff --git a/flake.nix b/flake.nix index 4696cec..daee10b 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/modules/wrapper-manager/base.nix b/modules/wrapper-manager/base.nix index 0e7d3f9..b5b851b 100644 --- a/modules/wrapper-manager/base.nix +++ b/modules/wrapper-manager/base.nix @@ -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 = [ ];