nixpkgs/pkgs/build-support/trivial-builders
talyz aa22fa9c0b trivial-builders: Add writeStringReferencesToFile
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).
2021-10-28 12:55:01 +02:00
..
test trivial-builders: Add writeStringReferencesToFile 2021-10-28 12:55:01 +02:00
test-overriding.nix trivial-builders: refactor writeTextFile to be overridable 2021-06-18 01:39:59 +02:00
test.nix trivial-builders: Add writeStringReferencesToFile 2021-10-28 12:55:01 +02:00
test.sh tests.trivial: Avoid evaluation and ${pkgs.path} dep 2021-05-19 01:06:09 +02:00