mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-21 09:08:11 +00:00
[wip] calculate path to preferred chronos pkg in a cross-platform manner
This commit is contained in:
parent
9f0b0fa994
commit
8d0f6b980d
@ -61,8 +61,8 @@ const common_opts =
|
|||||||
|
|
||||||
const chronos_preferred =
|
const chronos_preferred =
|
||||||
" --path:\"" &
|
" --path:\"" &
|
||||||
getEnv("HOME") / ".nimble" / "pkgs" / "chronos-#export-selector-field" &
|
staticExec("nimble path chronos --silent").parentDir /
|
||||||
"\""
|
"chronos-#export-selector-field\""
|
||||||
|
|
||||||
task localstore, "Build localstore experiment":
|
task localstore, "Build localstore experiment":
|
||||||
var commands = [
|
var commands = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user