Compare commits
No commits in common. "662297a51ec70d15077cb1be97fc2d092a5b86d0" and "b48499fbbdc55d44a2d7ea488523e4fb6daf682d" have entirely different histories.
662297a51e
...
b48499fbbd
2 changed files with 2 additions and 16 deletions
|
@ -1,6 +1,4 @@
|
||||||
when defined(nimsuggest):
|
# import system/nimscript
|
||||||
import system/nimscript
|
|
||||||
|
|
||||||
import std/[
|
import std/[
|
||||||
os, strutils, strformat
|
os, strutils, strformat
|
||||||
]
|
]
|
||||||
|
@ -101,16 +99,7 @@ task b, fmt"build binary, default: {name}":
|
||||||
else:
|
else:
|
||||||
setCommand "c",""
|
setCommand "c",""
|
||||||
|
|
||||||
task updateLock, "workaround for nimble lock probs":
|
|
||||||
let nimbleFile = projectDir().lastPathPart & ".nimble"
|
|
||||||
if not fileExists nimbleFile:
|
|
||||||
quit "expected to find: " & nimbleFile
|
|
||||||
rmDir "nimbledeps"
|
|
||||||
rmFile "nimble.lock"
|
|
||||||
exec "nimble lock -l"
|
|
||||||
exec "nimble setup -l"
|
|
||||||
|
|
||||||
# line delemiter for `nim help`
|
|
||||||
task _,"_______________":
|
task _,"_______________":
|
||||||
discard
|
discard
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ backend = "gpg"
|
||||||
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
signingkey = "7AD9DB430EE2B3C1D86BF3243CD66E04B8072F3E"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
private-commits = "description(glob:'wip*') | description(glob:'private:*')"
|
private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
default-command = "log"
|
default-command = "log"
|
||||||
|
@ -17,6 +17,3 @@ diff-editor = ":builtin"
|
||||||
|
|
||||||
[ui.diff]
|
[ui.diff]
|
||||||
format = "git"
|
format = "git"
|
||||||
|
|
||||||
[aliases]
|
|
||||||
wip = ["ci", "-m", "wip"]
|
|
||||||
|
|
Loading…
Reference in a new issue