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

View File

@@ -1,9 +1,16 @@
(declare-project
:name "censtablo"
:description ""
:dependencies @["spork" "https://codeberg.org/ifreund/janet-wayland"]
:version "0.0.0")
(declare-executable
:name "censtablo"
:entry "./main.janet")
:entry "./main.janet"
:install true
:pkg-config-libs ["wayland-client" "xkbcommon"])
(declare-executable
:name "censtablo-repl"
:entry "./repl.janet"
:install true
:pkg-config-libs ["wayland-client" "xkbcommon"])