From e11751cd3366e288734165632af69f7bd32c96dd Mon Sep 17 00:00:00 2001 From: moshyfawn Date: Tue, 10 Feb 2026 19:41:46 +0000 Subject: [PATCH] spindle/nixery: update setup command docs Signed-off-by: moshyfawn --- spindle/engines/nixery/setup_steps.go | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/spindle/engines/nixery/setup_steps.go b/spindle/engines/nixery/setup_steps.go --- a/spindle/engines/nixery/setup_steps.go +++ b/spindle/engines/nixery/setup_steps.go @@ -17,7 +17,7 @@ // dependencyStep processes dependencies defined in the workflow. // For dependencies using a custom registry (i.e. not nixpkgs), it collects -// all packages and adds a single 'nix profile install' step to the +// all packages and adds a single 'nix profile add' step to the // beginning of the workflow's step list. func dependencyStep(deps map[string][]string) *Step { var customPackages []string -- tangled.sh