about summary refs log tree commit diff
path: root/tools/nixery/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-20 feat(ci): don't mount /var/cache/nixery from tmpfs into docker containerFlorian Klink1-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 gitignoreVincent Ambo1-0/+6
2019-07-30 feat(static): Add logo & favicon resourcesVincent Ambo1-0/+1
2019-07-30 feat(build): Add Travis configuration to build everythingVincent Ambo1-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 resultsVincent Ambo1-0/+2