Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-17 | Add error reporting to machine spec paser | Alexey Novikov | |
Currently machine specification (`/etc/nix/machine`) parser fails with a vague exception if the file had incorrect format. This commit adds verbose exceptions and unit-tests for the parser. | |||
2021-10-08 | libstore-tests: add libutil dependency (fix static link failure) | Sergei Trofimovich | |
In https://github.com/NixOS/nix/pull/5350 we noticed link failures pkgsStatic.nixUnstable. Adding explicit dependency on libutil fixes libstore-tests linking. | |||
2021-10-04 | Add a test for RefScanSink and clean up the code | Eelco Dolstra | |
Issue #5322. |