···17171818// dependencyStep processes dependencies defined in the workflow.
1919// For dependencies using a custom registry (i.e. not nixpkgs), it collects
2020-// all packages and adds a single 'nix profile install' step to the
2020+// all packages and adds a single 'nix profile add' step to the
2121// beginning of the workflow's step list.
2222func dependencyStep(deps map[string][]string) *Step {
2323 var customPackages []string