Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-27 | nix: Add --expr flag | Eelco Dolstra | |
This replaces the '(...)' installable syntax, which is not very discoverable. The downside is that you can't have multiple expressions or mix expressions and other installables. | |||
2019-09-04 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-09-04 | gc-auto.sh: Increase sleep time | Eelco Dolstra | |
2019-09-03 | gc-auto.sh: More test fixes | Eelco Dolstra | |
2019-09-03 | gc-auto.sh: Add some more instrumentation | Eelco Dolstra | |
2019-08-29 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-08-29 | Don't rely on st_blocks | Eelco Dolstra | |
It doesn't seem very reliable on ZFS. | |||
2019-08-29 | Maybe fix #3058 | Eelco Dolstra | |
2019-08-29 | Add some more instrumentation | Eelco Dolstra | |
2019-08-28 | gc-auto.sh: Increase verbosity | Eelco Dolstra | |
2019-08-08 | Fix gc-auto test | Eelco Dolstra | |
2019-08-02 | Add a test for auto-GC | Eelco Dolstra | |
This currently fails because we're using POSIX file locks. So when the garbage collector opens and closes its own temproots file, it causes the lock to be released and then deleted by another GC instance. |