summary refs log tree commit diff
path: root/lib/tests/modules/import-from-store.nix
Commit message (Collapse)AuthorAge
* lib/tests: Fix module testsSilvan Mosberger2020-01-10
| | | | | | | | | 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.
* lib/tests: Add test case for imports from derivationsSilvan Mosberger2020-01-10