cachix / devenv-nixpkgs

Tested nixpkgs pins that work with devenv
5 stars 1 forks source link

devenv-nixpkgs

Battle-tested nixpkgs using devenv's extensive testing infrastructure.

Currently, the only supported release is rolling.

Rolling is based upon nixpkgs-unstable plus a few patches that devenv needs which have not yet reached upstream:

You can check the latest tests here.

Bumping nixpkgs

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.