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

fix(nix): drop unsupported Qt 5 package #2361

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Scrumplex
Copy link
Member

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
@Trial97 Trial97 added this to the 8.4 milestone May 8, 2024
@Trial97 Trial97 added changelog:removed A PR that appears under "Removed" in the changelog backport release-8.x Backport PR automatically labels May 8, 2024
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the switch to nixos-unstable? this is meant to be used in and outside of nixos itself, so we should be sticking with nixpkgs-unstable here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to use nixos-unstable as the chance of a cache hit is higher for those who use the overlay

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only cache misses i'd imagine we'd get are in some of the inputs for the linux wrapper, but it hasn't ever really been an issue in my experience. i think it might be better to just keep this for darwin users and be slightly more up to date (it'd also fix the current merge conflict :p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-8.x Backport PR automatically changelog:removed A PR that appears under "Removed" in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants