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:
Dregu
2026-06-13 17:18:20 +01:00
committed by GitHub
parent d121872736
commit f719bd6794
8 changed files with 105 additions and 13 deletions
+2
View File
@@ -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 ])