Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-08 | Fix test failure | Eelco Dolstra | 1 | -3/+3 | |
2016-05-30 | Test the NAR info cache | Eelco Dolstra | 1 | -2/+1 | |
2016-04-14 | Make the search path lazier with non-fatal errors | Eelco Dolstra | 1 | -0/+6 | |
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 | 1 | -3/+3 | |
Otherwise we hit the 104 character limit. http://hydra.nixos.org/build/33562028 | |||||
2015-06-02 | Fix tarball test | Eelco Dolstra | 1 | -0/+3 | |
The tarball cache is stored in $HOME, so the test should set up its own $HOME. | |||||
2015-06-01 | Add tarball tests | Eelco Dolstra | 1 | -0/+20 | |