Maybe fix hyprland v2_final
This commit is contained in:
parent
db5abd78f8
commit
f39e78d519
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ let
|
||||||
(p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p)
|
(p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p)
|
||||||
(lib.splitString "\n"
|
(lib.splitString "\n"
|
||||||
(lib.removeSuffix "\n"
|
(lib.removeSuffix "\n"
|
||||||
(builtins.readFile (pkgs.writeReferencesToFile hyprutils)))));
|
(builtins.readFile
|
||||||
|
"${pkgs.closureInfo { rootPaths = [ hyprutils ]; }}/store-paths"))));
|
||||||
|
|
||||||
hyprland-wrapped = (pkgs.symlinkJoin {
|
hyprland-wrapped = (pkgs.symlinkJoin {
|
||||||
name = hyprland-pkgs.hyprland.name;
|
name = hyprland-pkgs.hyprland.name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue