nixpkgs-suyu/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
nixpkgs
assertions.nix
crashdump.nix
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
ids.nix
label.nix
lib.nix
locate.nix
man-db.nix nixos/man-db: allow man-cache to be fetched from cache 2022-11-12 18:33:13 +00:00
mandoc.nix
meta.nix
nixops-autoluks.nix
nixpkgs.nix
passthru.nix
version.nix
wordlist.nix