Battle-tested nixpkgs using devenv's extensive testing infrastructure.
Currently, the only supported release is rolling.
Rolling is based on nixpkgs-unstable plus any patches that improve the integrations and services offered by devenv.
View the currently applied patches: https://github.com/cachix/devenv-nixpkgs/tree/main/patches
If the directory is empty, then all patches have been upstreamed into nixpkgs.
Latest test results from devenv's comprehensive test suite:
Status: ❌ Some tests failing
Nixpkgs revision: 655c5f3
Test run: View detailed results
Last updated: 2025-07-28 09:13:20 UTC
Platform | Tests Failed/Total | Success Rate |
---|---|---|
Linux ARM64 | 0/0 | 0.0% |
Linux X64 | 0/0 | 0.0% |
macOS ARM64 | 0/0 | 0.0% |
macOS X64 (13) | 0/0 | 0.0% |
- Total test jobs: 2
- Successful: 0 ✅
- Failed: 1 ❌
- Success rate: 0%
git fetch nixpkgs
git checkout nixpkgs/nixpkgs-unstable -B bump-rolling
git push origin bump-rolling -f
Then trigger a new test run on the CI.