+8
-11
nixos/modules/config/system-path.nix
+8
-11
nixos/modules/config/system-path.nix
···description = "List of additional package outputs to be symlinked into <filename>/run/current-system/sw</filename>.";···-XDG_DATA_DIRS=$out/share ${pkgs.shared-mime-info}/bin/update-mime-database -V $out/share/mime > /dev/null
···description = "List of additional package outputs to be symlinked into <filename>/run/current-system/sw</filename>.";+description = "Shell fragments to be run after the system environment has been created. This should only be used for things that need to modify the internals of the environment, e.g. generating MIME caches. The environment being built can be accessed at $out.";···
+10
nixos/modules/config/xdg/mime.nix
+10
nixos/modules/config/xdg/mime.nix
···+XDG_DATA_DIRS=$out/share ${pkgs.shared-mime-info}/bin/update-mime-database -V $out/share/mime > /dev/null
+8
nixos/modules/misc/documentation.nix
+8
nixos/modules/misc/documentation.nix
···