Monorepo for Tangled tangled.org

spindle/nixery: update setup command docs #1073

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:sshwio5obbx4zjfrn3fhsen6/sh.tangled.repo.pull/3meoduseyab22
+1 -1
Diff #0
+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
sign up or login to add to the discussion
moshyfawn.dev submitted #0
1 commit
expand
spindle/nixery: update setup command docs
expand 2 comments

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

nice find, thanks!

pull request successfully merged