From a5b53fa98ac5cdae7434fee535cbdc5b9d1137a7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Feb 2025 18:45:55 -0400 Subject: [PATCH] todo --- Command/AddComputed.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/AddComputed.hs b/Command/AddComputed.hs index 7afd23a129..8af8e7c900 100644 --- a/Command/AddComputed.hs +++ b/Command/AddComputed.hs @@ -88,6 +88,7 @@ perform o r program = do repopath <- fromRepo Git.repoPath subdir <- liftIO $ relPathDirToFile repopath (literalOsPath ".") let state = Remote.Compute.ComputeState + -- TODO add inherited initremote parameters { Remote.Compute.computeParams = computeParams o , Remote.Compute.computeInputs = mempty , Remote.Compute.computeOutputs = mempty