From 01a962fcbb1b0847cde494c92e1201bd2c429b63 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 6 Jun 2016 11:10:07 +0100 Subject: [PATCH] Disable `--noNimblePath` in config. This allows nimble to be built when the `compiler` package has been installed into /opt/nimble/pkgs/. --- src/nimble.nim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimble.nim.cfg b/src/nimble.nim.cfg index 94025f2..2146d12 100644 --- a/src/nimble.nim.cfg +++ b/src/nimble.nim.cfg @@ -1,4 +1,4 @@ --path:"$lib/packages/docutils" ---noNimblePath +#--noNimblePath --path:"$nim/" --path:"./vendor/nim"