Tweak build system

This commit is contained in:
Emery Hemingway 2024-03-27 10:58:32 +00:00
parent 711a7032c0
commit 15673f5116
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/.direnv
/nim.cfg

3
Tupfile Normal file
View File

@ -0,0 +1,3 @@
include_rules
: |> !nim_lk |> lock.json
: lock.json |> !nim_cfg |> | ./<lock>

View File

@ -1,4 +1,5 @@
include ../syndicate-nim/depends.tup
NIM = $(DIRENV) $(NIM)
NIM_FLAGS += --path:$(TUP_CWD)/../syndicate-nim/src
NIM_FLAGS += --path:$(TUP_CWD)/../genode-nim/src
NIM = /nix/store/zp7f2j6lsas1rfi0v2rx51c29c00xnz9-x86_64-unknown-genode-nim-wrapper-1.6.8-x86_64-unknown-genode/bin/nim
NIM_GROUPS += $(TUP_CWD)/<lock>