Signed-off-by: moshyfawn email@moshyfawn.dev
+1
-1
spindle/engines/nixery/setup_steps.go
+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
History
1 round
2 comments
moshyfawn.dev
submitted
#0
1 commit
expand
collapse
spindle/nixery: update setup command docs
Signed-off-by: moshyfawn <email@moshyfawn.dev>
I was running an older spindle version and noticed the deprecation message hence looked at the code and saw this mismatch; just thought I outta update it