From 8d0f6b980d5aab3d6fc00324a74a446faa09452c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sat, 20 Nov 2021 13:23:59 -0600 Subject: [PATCH] [wip] calculate path to preferred chronos pkg in a cross-platform manner --- dagger.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dagger.nimble b/dagger.nimble index 6629d60d..b88ea98a 100644 --- a/dagger.nimble +++ b/dagger.nimble @@ -61,8 +61,8 @@ const common_opts = const chronos_preferred = " --path:\"" & - getEnv("HOME") / ".nimble" / "pkgs" / "chronos-#export-selector-field" & - "\"" + staticExec("nimble path chronos --silent").parentDir / + "chronos-#export-selector-field\"" task localstore, "Build localstore experiment": var commands = [