lix/src/libfetchers
eldritch horrors 89e99d94e4 Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
Combine `AbstractPos`, `PosAdapter`, and `Pos`

(cherry picked from commit 113499d16fc87d53b73fb62fe6242154909756ed)

===

this is a bit cursed because originally it was based on InputAccessor
code that we don't have and moved/patched features we likewise don't
have (fetchToStore caching, all the individual accessors,
ContentAddressMethod). the commit is adjusted accordingly to
match (remove caching, ignore accessors, use FileIngestionMethod).

note that `state.rootPath . CanonPath == abs` and
computeStorePathForPath works relative to cwd, so the slight rewrite in
the moved fetchToStore is legal.

Change-Id: I05fd340c273f0bcc8ffabfebdc4a88b98083bce5
2024-03-05 23:46:18 -07:00
..
attrs.cc Fix conversion from JSON to fetch attributes 2021-01-05 02:06:25 +00:00
attrs.hh Allow tarball URLs to redirect to a lockable immutable URL 2023-06-13 14:17:45 +02:00
cache.cc libfetchers: Rename immutable -> locked 2022-02-24 18:09:00 +01:00
cache.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
fetch-settings.cc Move some stuff from Settings to a new FetchSettings. 2022-03-01 01:39:25 +00:00
fetch-settings.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
fetch-to-store.cc Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos 2024-03-05 23:46:18 -07:00
fetch-to-store.hh Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos 2024-03-05 23:46:18 -07:00
fetchers.cc Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos 2024-03-05 23:46:18 -07:00
fetchers.hh Don't require .tar/.zip extension for tarball flakerefs 2023-08-01 16:07:20 +02:00
git.cc Merge pull request #9445 from NixOS/allow-input-in-git-commit 2024-03-04 06:01:09 +01:00
github.cc Don't require .tar/.zip extension for tarball flakerefs 2023-08-01 16:07:20 +02:00
indirect.cc Don't require .tar/.zip extension for tarball flakerefs 2023-08-01 16:07:20 +02:00
local.mk Don't overwrite user provided lib*_LDFLAGS 2021-08-25 08:59:19 -07:00
mercurial.cc Don't require .tar/.zip extension for tarball flakerefs 2023-08-01 16:07:20 +02:00
path.cc Don't require .tar/.zip extension for tarball flakerefs 2023-08-01 16:07:20 +02:00
registry.cc Allow to disable global flake-registry with "" 2022-12-12 15:32:02 +01:00
registry.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
tarball.cc Tarball trees: Propagate lastModified 2023-08-22 21:51:26 +02:00