nixpkgs/pkgs/build-support/trivial-builders
networkException 6215daa520
writeTextFile: assert destination starting with a /
This patch adds an assertion to the writeTextFile trivial
builder, asserting that a specified destination starts with
a slash.

This matches the current behavior of the function and merely
provides a helpful error message.
2024-09-22 19:56:04 +02:00
..
test tests.trivial-builders: Prevent rebuilds when Nix files change 2024-08-25 04:59:11 +02:00
default.nix writeTextFile: assert destination starting with a / 2024-09-22 19:56:04 +02:00
test-overriding.nix