Monorepo for Tangled

spindle/nixery: update setup command docs

Signed-off-by: moshyfawn <email@moshyfawn.dev>

authored by

moshyfawn and committed by tangled.org e11751cd 49f26937

+1 -1
+1 -1
spindle/engines/nixery/setup_steps.go
··· 17 17 18 18 // dependencyStep processes dependencies defined in the workflow. 19 19 // For dependencies using a custom registry (i.e. not nixpkgs), it collects 20 - // all packages and adds a single 'nix profile install' step to the 20 + // all packages and adds a single 'nix profile add' step to the 21 21 // beginning of the workflow's step list. 22 22 func dependencyStep(deps map[string][]string) *Step { 23 23 var customPackages []string