You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently test Nix (bot in GHA and Hydra) by building its flake, which uses a pinned version of the latest stable NixOS release.
This means that:
We never test that Nix works properly in nixos-unstable (although a large part of the recent Nix releases are probably following that channel since the stable releases freeze the version of Nix they embed)
To limit these problems, we need to also test that Nix works fine when built from nixos-unstable, which means running the test suite in the CI (either hydra or github actions) with everything built from unstable.
(Spin off of #9900)
We currently test Nix (bot in GHA and Hydra) by building its flake, which uses a pinned version of the latest stable NixOS release.
This means that:
nixos-unstable(although a large part of the recent Nix releases are probably following that channel since the stable releases freeze the version of Nix they embed)To limit these problems, we need to also test that Nix works fine when built from
nixos-unstable, which means running the test suite in the CI (either hydra or github actions) with everything built from unstable.