From d16b20ed6ad3699792f519c7c2370a2930081878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 16 Aug 2023 12:44:41 +0200 Subject: nixos: expand documentation included in the system --- nixos/modules/develop.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/modules/develop.nix') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index fa4034d..ad5acc1 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -124,7 +124,10 @@ with lib; { ]; programs.wireshark.enable = true; - documentation.dev.enable = true; + documentation = { + dev.enable = true; + doc.enable = true; + }; services.udev.extraRules = '' SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", MODE:="0660", GROUP="develop", SYMLINK+="stlinkv2_%n" -- cgit v1.2.3