mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
hyprctl: add interactive Lua REPL mode (#15043)
* hyprctl: add lua repl and return for eval * hook print function for repl * add help * nix fixes this * on second thought don't break all tests * tests
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
commit,
|
||||
revCount,
|
||||
date,
|
||||
readline,
|
||||
# deprecated flags
|
||||
enableNvidiaPatches ? false,
|
||||
nvidiaPatches ? false,
|
||||
@@ -204,6 +205,7 @@ customStdenv.mkDerivation (finalAttrs: {
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
readline
|
||||
]
|
||||
(optionals customStdenv.hostPlatform.isBSD [ epoll-shim ])
|
||||
(optionals customStdenv.hostPlatform.isMusl [ libexecinfo ])
|
||||
|
||||
Reference in New Issue
Block a user