utils/tunnel/config.nims

14 lines
297 B
Text
Raw Normal View History

2024-08-16 14:07:25 -05:00
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config
task updateLock, "update nix lock.json":
2024-10-31 11:21:45 -05:00
rmFile "nimble.lock"
rmDir "nimbledeps/pkgs2"
2024-08-16 14:07:25 -05:00
exec "nimble lock -l"
2024-10-31 11:21:45 -05:00
exec "nimble setup -l"
2024-08-16 14:07:25 -05:00