ctucx.git: alpine-pkgs

My personal alpine-packages [deprecated in favor of nixos]

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Tue, 23 Aug 2017 22:57:00 +0200
Subject: [PATCH] Fix default nimblepath in nim.cfg

--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -41,7 +41,7 @@
 @if nimbabel:
   nimblepath="$home/.nimble/pkgs/"
   @if not windows:
-    nimblepath="/opt/nimble/pkgs/"
+    nimblepath="/usr/share/nimble/pkgs/"
   @else:
     # TODO:
   @end