summaryrefslogtreecommitdiff
path: root/lib/tests/modules/raw.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: `modules.sh` should check JSON output for predictability•••Currently, the `lib/tests/modules.sh` test checks the output of `nix-instantiate --eval` without `--json`, which outputs an unspecified human-readable format. This patch modifies `modules.sh` to use the `--json` output instead, to be robust against future changes to `nix-instantiate` output. Rebecca Turner2023-12-191-1/+4
* lib/types: Introduce types.raw for unprocessed valuesSilvan Mosberger2022-02-221-0/+30