nixpkgs/pkgs/build-support/trivial-builders
Silvan Mosberger f814e5cb8f Revert "trivial: make pkgs.writeText always fixed output"
This reverts commit 9f4b1064c6.

It caused problems: https://github.com/NixOS/nixpkgs/pull/318872#issuecomment-2196168990

FODs are not allowed to have references, but writeText is often used to create a file with references.

Leading to this error:

error: fixed output derivation 'packages.json' is not allowed to refer to other store paths.
2024-06-28 09:15:13 +02:00
..
test Merge pull request #318872 from hraban/trivial/fod-write-text 2024-06-25 18:38:01 +02:00
default.nix Revert "trivial: make pkgs.writeText always fixed output" 2024-06-28 09:15:13 +02:00
test-overriding.nix