Skip to content
This repository was archived by the owner on Jun 2, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions vagga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ containers:
- !Container nim
- !Install [git]
- !Env HOME: /usr/lib/nimble
- !Sh 'nimble install -y jester sha1'
- !GitInstall
url: git://github.com/onionhammer/onion-nimrod
script: |
cd websockets
nimble init websockets
nimble install
- !Sh 'nimble install -y jester sha1 https://github.com/SweepySweepers/nim-websockets.git'
environ:
HOME: /usr/lib/nimble

Expand Down