From e11751cd3366e288734165632af69f7bd32c96dd Mon Sep 17 00:00:00 2001 From: moshyfawn Date: Tue, 10 Feb 2026 14:41:46 -0500 Subject: [PATCH] spindle/nixery: update setup command docs Signed-off-by: moshyfawn --- spindle/engines/nixery/setup_steps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spindle/engines/nixery/setup_steps.go b/spindle/engines/nixery/setup_steps.go index 8c619478..ff58e7a0 100644 --- a/spindle/engines/nixery/setup_steps.go +++ b/spindle/engines/nixery/setup_steps.go @@ -17,7 +17,7 @@ echo 'build-users-group = ' >> /etc/nix/nix.conf` // 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 -- 2.51.2