Skip to content

Commit

Permalink
nix: overlays: default: change composition order
Browse files Browse the repository at this point in the history
Closes #285
  • Loading branch information
spikespaz committed Oct 29, 2024
1 parent d8a73b8 commit 9cc74d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@

version = ver + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
in {
# List dependencies in ascending order with respect to usage (`foldr`).
default = lib.composeManyExtensions [
self.overlays.xdg-desktop-portal-hyprland
inputs.hyprlang.overlays.default
self.overlays.sdbus-cpp_2
inputs.hyprland-protocols.overlays.default
inputs.hyprutils.overlays.default
inputs.hyprwayland-scanner.overlays.default
self.overlays.sdbus-cpp_2
inputs.hyprlang.overlays.default
inputs.hyprutils.overlays.default
];

xdg-desktop-portal-hyprland = lib.composeManyExtensions [
Expand Down

0 comments on commit 9cc74d8

Please sign in to comment.