nixpkgs/lib/tests
Silvan Mosberger 092107cdc1
lib/tests: Fix module tests
Fix the broken test in https://github.com/NixOS/nixpkgs/pull/77416

Apparently hydra uses `nix-build lib/tests/release.nix` to run all
tests, where IFD isn't allowed. Fortunately we can get around this with
builtins.toFile, which doesn't require IFD, but still can test the
properties we want.
2020-01-10 16:02:36 +01:00
..
modules lib/tests: Fix module tests 2020-01-10 16:02:36 +01:00
check-eval.nix lib/tests: Add check-eval.nix to run simple tests. 2018-03-04 06:28:49 -05:00
misc.nix lib/trivial: add pipe function 2019-10-21 13:19:16 +02:00
modules.sh lib/tests: Add test case for imports from derivations 2020-01-10 04:13:28 +01:00
release.nix make-tarball / lib-tests: reduce duplication 2019-07-11 18:02:05 +02:00
systems.nix Fix lib tests 2019-11-25 14:09:50 +00:00