diff options
Diffstat (limited to 'package.nix')
-rw-r--r-- | package.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.nix b/package.nix index 1c943e046..ab08add16 100644 --- a/package.nix +++ b/package.nix @@ -43,6 +43,8 @@ busybox-sandbox-shell, + nix-doc, + pname ? "nix", versionSuffix ? "", officialRelease ? true, @@ -186,6 +188,7 @@ in stdenv.mkDerivation (finalAttrs: { lowdown libsodium toml11 + nix-doc ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libseccomp busybox-sandbox-shell ] ++ lib.optional stdenv.hostPlatform.isx86_64 libcpuid |