Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | Validate tarball components | Eelco Dolstra | |
2019-12-13 | Simplify tarball test | Eelco Dolstra | |
2019-12-13 | Initial gzip support | Tom Bereknyei | |
Closes #3256 | |||
2016-09-08 | Fix test failure | Eelco Dolstra | |
2016-05-30 | Test the NAR info cache | Eelco Dolstra | |
2016-04-14 | Make the search path lazier with non-fatal errors | Eelco Dolstra | |
Thus, -I / $NIX_PATH entries are now downloaded only when they are needed for evaluation. An error to download an entry is a non-fatal warning (just like non-existant paths). This does change the semantics of builtins.nixPath, which now returns the original, rather than resulting path. E.g., before we had [ { path = "/nix/store/hgm3yxf1lrrwa3z14zpqaj5p9vs0qklk-nixexprs.tar.xz"; prefix = "nixpkgs"; } ... ] but now [ { path = "https://nixos.org/channels/nixos-16.03/nixexprs.tar.xz"; prefix = "nixpkgs"; } ... ] Fixes #792. | |||
2016-03-24 | Use shorter daemon socket path in tests | Eelco Dolstra | |
Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028 | |||
2015-06-02 | Fix tarball test | Eelco Dolstra | |
The tarball cache is stored in $HOME, so the test should set up its own $HOME. | |||
2015-06-01 | Add tarball tests | Eelco Dolstra | |