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 {
568
568
return nix .HashFromNixPkgsURL (p .URLForFlakeInput ())
569
569
}
570
570
571
- // InputAddressedPath is the input-addressed path in /nix/store
571
+ // InputAddressedPaths is the input-addressed path in /nix/store
572
572
// It is also the key in the BinaryCache for this package
573
573
func (p * Package ) InputAddressedPaths () ([]string , error ) {
574
574
if inCache , err := p .IsInBinaryCache (); err != nil {
Original file line number Diff line number Diff line change 5
5
"unicode"
6
6
)
7
7
8
- // storePath are the constituent parts of
8
+ // StorePathParts are the constituent parts of
9
9
// /nix/store/<hash>-<name>-<version>
10
10
//
11
11
// This is a helper struct for analyzing the string representation
You can’t perform that action at this time.
0 commit comments