Skip to content

unpin nix-unit once nixpkgs has nixComponents_2_35 #148

Description

@maxheld83

flake.nix currently pins nix-unit to v2.34.2 so update-flake-lock cannot float it onto main.

That pin exists only because of a version coupling:

  • nix-unit 2.35+ needs pkgs.nixVersions.nixComponents_2_35
  • root nixpkgs is 0.2605.*, which only has _2_34

Drop the pin (or replace it with a FlakeHub / range input like the other flakes) once one of these is true:

  • nixpkgs 0.2605.* (or whatever we follow next) exposes nixComponents_2_35
  • nix-unit is available as a versioned FlakeHub input that stays compatible with our nixpkgs
  • we bump nixpkgs far enough that following latest nix-unit evals again

Until then the hardcoded tag is a compatibility lock, not a product choice.

See #146.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions