mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
39e63f110e
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. |
||
---|---|---|
.. | ||
documentation | ||
nixpkgs | ||
assertions.nix | ||
crashdump.nix | ||
documentation.nix | ||
extra-arguments.nix | ||
ids.nix | ||
label.nix | ||
lib.nix | ||
locate.nix | ||
man-db.nix | ||
mandoc.nix | ||
meta.nix | ||
nixops-autoluks.nix | ||
nixpkgs.nix | ||
passthru.nix | ||
version.nix | ||
wordlist.nix |