lix/src
John Ericson 9f39dda66c Fix building CA derivations with and eval store
I don't love the way this code looks. There are two larger problems:

- eval, build/scratch, destination stores (#5025) should have different
  types to reflect the fact that they are used for different purposes
  and those purposes correspond to different operations. It should be
  impossible to "use the wrong store" in my cases.

- Since drvs can end up in both the eval and build/scratch store, we
  should have some sort of union/layered store (not on the file sytem
  level, just conceptual level) that allows accessing both. This would
  get rid of the ugly "check both" boilerplate in this PR.

Still, it might be better to land this now / soon after minimal cleanup,
so we have a concrete idea of what problem better abstractions are
supposed to solve.
2023-12-11 12:17:36 -05:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Merge pull request #9497 from edolstra/move-access-control 2023-12-08 22:21:50 +01:00
libexpr document fetchTree (#9258) 2023-12-10 05:16:32 +00:00
libfetchers Merge pull request #9497 from edolstra/move-access-control 2023-12-08 22:21:50 +01:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore Fix building CA derivations with and eval store 2023-12-11 12:17:36 -05:00
libutil Clarify SourceAccessor methods should never implicitly follow symlinks 2023-12-08 20:00:47 -05:00
nix document fetchTree (#9258) 2023-12-10 05:16:32 +00:00
nix-build Fix building CA derivations with and eval store 2023-12-11 12:17:36 -05:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env PosixSourceAccessor: Don't follow any symlinks 2023-12-05 23:02:59 +01:00
nix-instantiate Move restricted/pure-eval access control out of the evaluator and into the accessor 2023-11-30 16:16:17 +01:00
nix-store Create ServeProto::BuildOptions and a serializer for it 2023-12-09 11:35:13 -05:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00