hyprman/config.nims

17 lines
384 B
Text
Raw Permalink Normal View History

2024-10-01 15:42:36 -05:00
2024-10-01 15:47:37 -05:00
# useful while hwylterm is tracking HEAD
task update, "update deps":
rmFile "nimble.lock"
rmDir "nimbledeps"
exec "nimble lock -l"
exec "nimble setup -l"
2024-10-01 15:42:36 -05:00
task build, "build":
selfExec "c --outdir:bin src/hyprman.nim"
# begin Nimble config (version 2)
2024-10-01 15:47:37 -05:00
--noNimblePath
2024-10-01 15:42:36 -05:00
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config