mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
nix: overlays: remove needless with
This commit is contained in:
parent
9c6084bf47
commit
fa0dcd778c
1 changed files with 3 additions and 3 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
version = ver + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
|
||||
in {
|
||||
default = lib.composeManyExtensions (with self.overlays; [
|
||||
xdg-desktop-portal-hyprland
|
||||
default = lib.composeManyExtensions [
|
||||
self.overlays.xdg-desktop-portal-hyprland
|
||||
inputs.hyprlang.overlays.default
|
||||
inputs.hyprland-protocols.overlays.default
|
||||
inputs.hyprutils.overlays.default
|
||||
inputs.hyprwayland-scanner.overlays.default
|
||||
self.overlays.sdbus-cpp_2
|
||||
]);
|
||||
];
|
||||
|
||||
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
|
||||
(final: prev: {
|
||||
|
|
Loading…
Reference in a new issue