Skip to content

Don't require the deprecated nixUnstable package

Florian Sesser requested to merge 185.use-stable-nix into develop

The CI job to create the weekly software update MR failed with

error: nixVersions.unstable has been removed. For bleeding edge (Nix master, roughly weekly updated) use nixVersions.git, otherwise use nixVersions.latest.

We don't require unstable Nix anymore, since the experimental diff-closures command we use now is included in stable nix.

Fixes #185 (closed).

Merge request reports