lix/src
John Ericson 6636202356 Factor out a GcStore interface
Starts progress on #5729.

The idea is that we should not have these default methods throwing
"unimplemented". This is a small step in that direction.

I kept `addTempRoot` because it is a no-op, rather than failure. Also,
as a practical matter, it is called all over the place, while doing
other tasks, so the downcasting would be annoying.

Maybe in the future I could move the "real" `addTempRoot` to `GcStore`,
and the existing usecases use a `tryAddTempRoot` wrapper to downcast or
do nothing, but I wasn't sure whether that was a good idea so with a
bias to less churn I didn't do it yet.
2022-03-03 19:01:25 +00:00
..
build-remote Move BuildResult defintion to its own header 2022-03-01 19:43:07 +00:00
libcmd Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
libexpr Be more aggressive in hiding repeated values 2022-03-03 13:33:34 +01:00
libfetchers Move some stuff from Settings to a new FetchSettings. 2022-03-01 01:39:25 +00:00
libmain Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
libstore Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
libutil Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
nix Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
nix-build Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-channel Fix segfault in headerCallback() 2022-03-03 11:11:16 +01:00
nix-collect-garbage Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Use C++11-style initializer 2022-03-03 10:02:11 +01:00
nix-instantiate Add EvalState::coerceToStorePath() helper 2022-03-02 23:58:58 +01:00
nix-store Factor out a GcStore interface 2022-03-03 19:01:25 +00:00
resolve-system-dependencies Fix macOS build 2022-02-21 17:14:22 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00