File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ func (p *Package) HashFromNixPkgsURL() string {
568568 return nix .HashFromNixPkgsURL (p .URLForFlakeInput ())
569569}
570570
571- // InputAddressedPath is the input-addressed path in /nix/store
571+ // InputAddressedPaths is the input-addressed path in /nix/store
572572// It is also the key in the BinaryCache for this package
573573func (p * Package ) InputAddressedPaths () ([]string , error ) {
574574 if inCache , err := p .IsInBinaryCache (); err != nil {
Original file line number Diff line number Diff line change 55 "unicode"
66)
77
8- // storePath are the constituent parts of
8+ // StorePathParts are the constituent parts of
99// /nix/store/<hash>-<name>-<version>
1010//
1111// This is a helper struct for analyzing the string representation
You can’t perform that action at this time.
0 commit comments