Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nix): unpin nixpkgs version in flake #418

Merged
merged 1 commit into from
May 9, 2023
Merged

chore(nix): unpin nixpkgs version in flake #418

merged 1 commit into from
May 9, 2023

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented May 9, 2023

Currently, the Nix flake.nix pins the nixpkgs version to release-21.11. This branch of nixpkgs includes rustc v1.56.1, which is too old to build tokio-console. This means that Nix users using the flake cannot actually build the console.

This branch unpins the nixkpgs version, allowing Nix users to build with the latest rustc.

Currently, the Nix `flake.nix` pins the nixpkgs version to
`release-21.11`. This branch of nixpkgs includes `rustc` v1.56.1, which
is too old to build `tokio-console`. This means that Nix users using the
flake cannot actually build the console.

This branch unpins the nixkpgs version, allowing Nix users to build with
the latest `rustc`.
@hawkw hawkw requested a review from a team as a code owner May 9, 2023 16:35
@hawkw hawkw merged commit eeca672 into main May 9, 2023
@hawkw hawkw deleted the eliza/fix-flake branch May 9, 2023 16:39
hawkw added a commit that referenced this pull request Sep 29, 2023
Currently, the Nix `flake.nix` pins the nixpkgs version to
`release-21.11`. This branch of nixpkgs includes `rustc` v1.56.1, which
is too old to build `tokio-console`. This means that Nix users using the
flake cannot actually build the console.

This branch unpins the nixkpgs version, allowing Nix users to build with
the latest `rustc`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant