[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Split tests up into separate files



We should make files like tests/foo.nix and have tests/default.nix load
them all.

We can do this with the nixFilesIn from nix-helpers. We can also use
removeAttrs or filter to prevent loading default.nix or testData.nix.