Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-12 | build: add test for sandboxed --check | Daiderd Jordan | 1 | -0/+3 | |
2018-01-13 | Fix tests using user namespaces on kernels that don't have it | Tuomas Tynkkynen | 1 | -1/+1 | |
Disable various tests if the kernel doesn't support unprivileged user namespaces (e.g. Arch Linux disables them) or disable them via a sysctl (Debian, Ubuntu). Fixes #1521 Fixes #1625 | |||||
2017-11-20 | Test: Replace --option with the corresponding flag | Eelco Dolstra | 1 | -1/+1 | |
2017-10-24 | Allow shorter syntax for chroot stores | Eelco Dolstra | 1 | -1/+1 | |
You can now say '--store /tmp/nix' instead of '--store local?root=/tmp/nix'. | |||||
2017-08-31 | Rename a few configuration options | Eelco Dolstra | 1 | -1/+1 | |
In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox | |||||
2017-05-08 | Linux sandbox: Fix compatibility with older kernels | Eelco Dolstra | 1 | -1/+1 | |
2017-05-02 | Add a test for diverted stores | Eelco Dolstra | 1 | -0/+27 | |