mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
b088086b06
Now, it's all under the notebook umbrella. Seems to be appropriate as it is just my notes after all. I also updated some notes from there. I didn't keep track of what it is this time. Something about more learning notes extracted from my "Learning how to learn" course notes and then some. Lack of time and hurriness just makes it difficult to track but it should be under version control already.
611 B
611 B
Cachix
- website
- a binary cache for Nix builds; pretty convenient for distributing them from your projects
- Cachix either uses a personal auth token key or a signing per-cache key
- it also has an existing ecosystem of integrations with cloud tools such as GitHub actions
workflow:
cachix authtoken ${CACHIX_AUTHTOKEN}
nix-build | cachix push ${CACHIX_CACHE_NAME}