From 7cd03e86a7e84d9456b03fd834bba1fa03633a1e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 16 Jul 2024 18:50:29 +0800 Subject: [PATCH] wrapper-manager-fds: update comments --- default.nix | 6 ++++-- flake.nix | 2 ++ modules/wrapper-manager/base.nix | 5 ++--- 3 files changed, 8 insertions(+), 5 deletions(-) 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 = [ ];