summaryrefslogtreecommitdiff
path: root/lib/fetchers.nix
AgeCommit message (Expand)Author
2025-11-29docs/lib: use example markup consistentlyAnton Mosich
2025-06-27lib/fetchers: remove unused importsFlorian Klink
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
2024-09-17lib.fetchers.normalizeHash: more implementation comment and clearer variable ...nicoo
2024-09-17lib.fetchers.normalizeHash: replace `""` with `lib.fake*`nicoo
2024-09-17lib.fetchers: factor-out definitions common to `normalizeHash` and `withNorma...nicoo
2024-09-17lib.fetchers: replace `with`-bindings with explicit `let inherit`nicoo
2024-09-17lib.fetchers: optimize `normalizeHash` and `withNormalizedHash` via min-scopingnicoo
2024-09-17lib.fetchers.withNormalizedHash: handle fetchers whose hash parameter is opti...nicoo
2024-09-17lib.fetchers: add `normalizeHash` and `withNormalizedHash`nicoo
2024-08-23treewide: support NIX_SSL_CERT_FILE as an impureEnvVarTim Cuthbertson
2024-04-26lib.fetchers: Add uppercase proxy environment variablesramboman
2017-09-16Convert libs to a fixed-pointGraham Christensen
2017-04-19lib: trivial spelling fixesTom Saeger
2016-09-17lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch