Cleanup.
This commit is contained in:
parent
180c1fe3ba
commit
622728dcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ let
|
||||||
# Locate gcc-15's libstdc++ from Hyprland's own runtime closure (hyprutils
|
# Locate gcc-15's libstdc++ from Hyprland's own runtime closure (hyprutils
|
||||||
# is a transitive dep, so gcc-15-lib will appear here too).
|
# is a transitive dep, so gcc-15-lib will appear here too).
|
||||||
gcc15-lib = lib.head (lib.filter
|
gcc15-lib = lib.head (lib.filter
|
||||||
(p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p)
|
(p: lib.hasSuffix "-lib" p && lib.match ".*/gcc-[0-9]+\\.[0-9]+\\.[0-9]+-lib" p != null)
|
||||||
(lib.splitString "\n"
|
(lib.splitString "\n"
|
||||||
(lib.removeSuffix "\n"
|
(lib.removeSuffix "\n"
|
||||||
(builtins.readFile
|
(builtins.readFile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue