Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
overlays: remove gcc14Stdenv, no longer needed
  • Loading branch information
fufexan committed Dec 22, 2024
1 parent fa50ab3 commit d7f18dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ in {
default = lib.composeManyExtensions [
self.overlays.xdg-desktop-portal-hyprland
self.overlays.sdbus-cpp_2
self.overlays.hypr-gcc14Stdenv
inputs.hyprland-protocols.overlays.default
inputs.hyprwayland-scanner.overlays.default
inputs.hyprlang.overlays.default
Expand Down Expand Up @@ -60,18 +59,4 @@ in {
};
}));
};

# TODO: remove this when the next version of Hyprland is available (in Nixpkgs)
hypr-gcc14Stdenv = final: prev: {
hyprcursor = (prev.hyprcursor.override {stdenv = prev.gcc14Stdenv;}).overrideAttrs (self: super: {
src = final.fetchFromGitHub {
owner = "hyprwm";
repo = "hyprcursor";
rev = "f388aacd22be4a6e4d634fbaf6f75eb0713d239a";
hash = "sha256-+2bZJL2u5hva7rSp65OfKJBK+k03T6GB/NCvpoS1OOo=";
};
});
hyprlang = prev.hyprlang.override {stdenv = prev.gcc14Stdenv;};
hyprutil = prev.hyprutil.override {stdenv = prev.gcc14Stdenv;};
};
}

0 comments on commit d7f18dd

Please sign in to comment.