()
| 569 | } |
| 570 | |
| 571 | func (p *Package) HashFromNixPkgsURL() string { |
| 572 | return nix.HashFromNixPkgsURL(p.URLForFlakeInput()) |
| 573 | } |
| 574 | |
| 575 | // InputAddressedPaths is the input-addressed path in /nix/store |
| 576 | // It is also the key in the BinaryCache for this package |
no test coverage detected