()
| 106 | } |
| 107 | |
| 108 | func nixpkgsCommitFilePath() string { |
| 109 | cacheDir := xdg.CacheSubpath("devbox") |
| 110 | return filepath.Join(cacheDir, "nixpkgs.json") |
| 111 | } |
| 112 | |
| 113 | // IsGithubNixpkgsURL returns true if the package is a flake of the form: |
| 114 | // github:NixOS/nixpkgs/... |
no test coverage detected