From 35ce9a23d53ad68507170fcb0eaefe7eb626653d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 24 Apr 2023 10:19:48 +0100 Subject: [PATCH] Update nix/noninteractive.nix --- nix/noninteractive.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/noninteractive.nix b/nix/noninteractive.nix index 80a89c8..7f6b37e 100644 --- a/nix/noninteractive.nix +++ b/nix/noninteractive.nix @@ -11,8 +11,6 @@ # among others, this prevents carrying a stdenv with gcc in the image system.extraDependencies = lib.mkForce []; - # prevents texinfoInteractive - documentation.enable = lib.mkForce false; # prevents shipping nixpkgs, unnecessary if system is evaluated externally nix.registry = lib.mkForce {};