()
| 517 | } |
| 518 | |
| 519 | func (p *Package) LegacyToVersioned() string { |
| 520 | if !p.IsLegacy() { |
| 521 | return p.Raw |
| 522 | } |
| 523 | return p.Raw + "@latest" |
| 524 | } |
| 525 | |
| 526 | // EnsureNixpkgsPrefetched will prefetch flake for the nixpkgs registry for the package. |
| 527 | // This is an internal method, and should not be called directly. |