mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
aa22fa9c0b
Add writeStringReferencesToFile, a builder which extracts a string's references to derivations and paths and writes them to a text file, removing the input string itself from the dependency graph. This is useful when you want to make a derivation depend on the string's references, but not its content (to avoid unnecessary rebuilds, for example). |
||
---|---|---|
.. | ||
invoke-writeDirectReferencesToFile.nix | ||
invoke-writeReferencesToFile.nix | ||
sample.nix |