You should say “unstable channel”. It’s literally just a rolling release that pulls from the nixpkgs master branch. So it’s only as stable as it needs to be to pass the Hydra CI tests.
And if you get to a working version, you can pin that as a Nix flake to avoid anything breaking until the next time you nix flake update.
You should say “unstable channel”. It’s literally just a rolling release that pulls from the
nixpkgs
master branch. So it’s only as stable as it needs to be to pass the Hydra CI tests.And if you get to a working version, you can pin that as a Nix flake to avoid anything breaking until the next time you
nix flake update
.