nixpkgs/nixos/modules/misc
Bernardo Meurer 39e63f110e
nixos/man-db: allow man-cache to be fetched from cache
Currently, we build `man-cache` with `runCommandLocal`, which causes it
to get re-built locally instead of fetched from cache. While the
resulting derivation might be small, it does take a fair bit of time to
build for all my systems, and would be _far_ quicker to fetch.

With this change, we use `runCommand` instead of `runCommandLocal`,
allowing it to get fetched from cache instead of rebuilt for all hosts.
2022-11-12 18:33:13 +00:00
..
documentation nixos/*: md-convert hidden plaintext options 2022-08-31 16:32:54 +02:00
nixpkgs nixos/nixpkgs: Only error when nixpkgs options are actually used 2022-10-20 11:19:20 +02:00
assertions.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
crashdump.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
documentation.nix nixos/modules/misc/documentation.nix: Don't use toString on a path 2022-10-28 17:05:03 +02:00
extra-arguments.nix Move systemd-lib.nix and systemd-unit-options.nix into utils 2021-11-20 17:52:29 -05:00
ids.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
label.nix nixos/*: convert options with listings 2022-08-31 17:27:36 +02:00
lib.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
locate.nix nixos/*: literalDocBook -> literalMD 2022-08-27 19:18:29 +02:00
man-db.nix nixos/man-db: allow man-cache to be fetched from cache 2022-11-12 18:33:13 +00:00
mandoc.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
meta.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
nixops-autoluks.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
nixpkgs.nix nixos/nixpkgs.nix: Fix assertion when nixpkgs.pkgs is set 2022-10-27 13:41:01 +02:00
passthru.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
version.nix Merge pull request #181222 from hercules-ci/module-specialArgs 2022-08-08 11:53:10 +02:00
wordlist.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00