Maybe fix hyprland v2_final

This commit is contained in:
ediblerope 2026-05-13 22:45:52 +01:00
parent db5abd78f8
commit f39e78d519

View file

@ -12,7 +12,8 @@ let
(p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p)
(lib.splitString "\n"
(lib.removeSuffix "\n"
(builtins.readFile (pkgs.writeReferencesToFile hyprutils)))));
(builtins.readFile
"${pkgs.closureInfo { rootPaths = [ hyprutils ]; }}/store-paths"))));
hyprland-wrapped = (pkgs.symlinkJoin {
name = hyprland-pkgs.hyprland.name;