Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-20 | feat(ci): don't mount /var/cache/nixery from tmpfs into docker container | Florian Klink | 1 | -0/+3 | |
With https://github.com/google/nixery/pull/127, nixery will use extended attributes to store metadata (when using local storage). Right now, our integration test mounts a tmpfs to /var/cache/nixery. However, *user* xattrs aren't supported with tmpfs [1], so setting xattrs would fail. To workaround this, use a folder in the current working directory and hope it's backed by something supporting user xattrs (which is the case for GitHub Actions). [1]: https://man7.org/linux/man-pages/man5/tmpfs.5.html#NOTES | |||||
2019-08-03 | chore: Prevent accidental key leaks via gitignore | Vincent Ambo | 1 | -0/+6 | |
2019-07-30 | feat(static): Add logo & favicon resources | Vincent Ambo | 1 | -0/+1 | |
2019-07-30 | feat(build): Add Travis configuration to build everything | Vincent Ambo | 1 | -1/+1 | |
The default Travis build command for Nix is `nix-build`, which will build all derivations specified in the default.nix. | |||||
2019-07-23 | chore: Add gitignore to ignore Nix build results | Vincent Ambo | 1 | -0/+2 | |