Build with nix properly

This commit is contained in:
bluepython508
2026-02-10 14:18:56 +00:00
parent 5930ffd357
commit 148dee337e
7 changed files with 154 additions and 84 deletions

4
repl.janet Normal file
View File

@@ -0,0 +1,4 @@
(import spork/netrepl)
(defn main [exe]
(netrepl/client :unix (string (os/getenv "XDG_RUNTIME_DIR") "/censtablo-" (os/getenv "WAYLAND_DISPLAY"))))