Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 29, 2024
1 parent 6b95b96 commit 3839334
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.nims
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# to allow locking
echo "------"
echo "------"
echo "------"
echo "CONFIG.NIMS"
if dirExists("nimbledeps/pkgs"):
echo "------1"
switch("NimblePath", "nimbledeps/pkgs")
if dirExists("nimbledeps/pkgs2"):
echo "------1"
switch("NimblePath", "nimbledeps/pkgs2")
echo "######"
echo "######"
echo "######"

switch("warning", "CaseTransition:off")
switch("warning", "ObservableStores:off")
Expand Down

0 comments on commit 3839334

Please sign in to comment.