You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove `fetchGithub` and `fetchGitlab` from
the agnostic.nix file.
- Replace `fetchGithub` and `fetchGitlab` with
`builtins.fetchTarball` in the `fetch-nix`,
`lint-git-mailmap` and
`secure-kubernetes-with-rbac-police` args.
- Update the fetchers documentation.
- The only `fetchGit` in the project is in the
`src/nix/sources.nix` file, which is generated by
Niv.
Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
Deprecate all the args
fetchGit*
type, they are too slow and have multiple issues. see discourse here and nixpkgs issueThe text was updated successfully, but these errors were encountered: