Nixpkgs-multiverse: every version that ever existed (fzakaria.com) 5 points by domenkozar 1mo ago ↗ HN
[–] domenkozar 1mo ago ↗ I got really excited when Farid showed me this!He has fixed the oldest and most upvoted issue on devenv: https://github.com/cachix/devenv/issues/16Basic example in devenv: { multiverse, ... }: { packages = [ multiverse.cmake."3.16.5" multiverse.bun."0.7.0" ]; } Docs: https://devenv.sh/pinning/#pinning-an-individual-package-ver...
1 comment
[ 1.4 ms ] story [ 11.7 ms ] threadHe has fixed the oldest and most upvoted issue on devenv: https://github.com/cachix/devenv/issues/16
Basic example in devenv:
Docs: https://devenv.sh/pinning/#pinning-an-individual-package-ver...