From 75751e308505c5d7330fd410879b784dca356a60 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 18 Sep 2025 19:48:07 +1000 Subject: [PATCH] always install derivation "man" ouputs --- hosts/lolcathost/default.nix | 2 +- hosts/myputer/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 02bd30f..b154d3c 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -200,7 +200,7 @@ in { # ---- ENVIRONMENT VARIABLES ---- environment = { # always install "dev" derivation outputs - extraOutputsToInstall = ["dev"]; + extraOutputsToInstall = ["dev" "man"]; sessionVariables = { # folder names with capitalisation look awful! diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index ce1c838..16df2cf 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -193,7 +193,7 @@ in { # ---- ENVIRONMENT VARIABLES ---- environment = { # always install "dev" derivation outputs - extraOutputsToInstall = ["dev"]; + extraOutputsToInstall = ["dev" "man"]; sessionVariables = { # folder names with capitalisation look awful!