diff options
Diffstat (limited to 'nix/overlays.nix')
-rw-r--r-- | nix/overlays.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/overlays.nix b/nix/overlays.nix index c216ff53..97e66912 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -34,8 +34,8 @@ in { stdenv = final.gcc13Stdenv; version = "${props.version}+date=${date}_${self.shortRev or "dirty"}"; commit = self.rev or ""; - wlroots = final.wlroots-hyprland; # explicit override until decided on breaking change of the name udis86 = final.udis86-hyprland; # explicit override until decided on breaking change of the name + inherit (final) wlroots-hyprland; # explicit override until decided on breaking change of the name inherit date; }; hyprland-unwrapped = final.hyprland.override {wrapRuntimeDeps = false;}; |