From 8aff261c0168700f416a63fb0b2bbbc13166d982 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 15 Nov 2015 12:23:26 +0200 Subject: [PATCH] install websockets without hacks --- vagga.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vagga.yaml b/vagga.yaml index b065336..25f2ed5 100644 --- a/vagga.yaml +++ b/vagga.yaml @@ -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