From b50babd0ae248b1b62f04090f0c88b7803c8818c Mon Sep 17 00:00:00 2001 From: SirOlaf <34164198+SirOlaf@users.noreply.github.com> Date: Fri, 26 May 2023 14:36:20 +0200 Subject: Atlas: Actually use deps for use command (#21922) Co-authored-by: SirOlaf <> --- tools/atlas/atlas.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/atlas') diff --git a/tools/atlas/atlas.nim b/tools/atlas/atlas.nim index d455fd676..066adb3fc 100644 --- a/tools/atlas/atlas.nim +++ b/tools/atlas/atlas.nim @@ -787,8 +787,7 @@ proc main = of "use": projectCmd() singleArg() - discard clone(c, args[0], startIsDep = true) - var deps: seq[string] = @[] + var deps = clone(c, args[0], startIsDep = true) patchNimbleFile(c, args[0], deps) patchNimCfg c, deps, getCurrentDir() if c.errors > 0: -- cgit 1.4.1-2-gfad0