Guides#
These sections contains guides to getting things done.
- Recipes
- Configure Nix to use a custom binary cache
- Automatic environments
- Dependencies in the development shell
- Managing remote sources
- Python development environment
- Setting up post-build hooks
- Prerequisites
- Set up a signing key
- Implementing the build hook
- Updating nix configuration
- Testing
- Conclusion
- Continuous integration with GitHub Actions
- Best practices
- Troubleshooting
- What to do if a binary cache is down or unreachable?
- How to force Nix to re-check if something exists in the binary cache?
- How to fix:
error: querying path in database: database disk image is malformed
- How to fix:
error: current Nix store schema is version 10, but I only support 7
- How to fix:
writing to file: Connection reset by peer
- macOS update breaks Nix installation
- Frequently Asked Questions