nix-super/src/libexpr/primops
John Ericson 903700c5e1 Simplify ContentAddress
Whereas `ContentAddressWithReferences` is a sum type complex because different
varieties support different notions of reference, and
`ContentAddressMethod` is a nested enum to support that,
`ContentAddress` can be a simple pair of a method and hash.

`ContentAddress` does not need to be a sum type on the outside because
the choice of method doesn't effect what type of hashes we can use.

Co-Authored-By: Cale Gibbard <cgibbard@gmail.com>
2023-07-07 07:30:01 -04:00
..
context.cc Document fromTOML, hasContext and getContext builtins 2023-06-13 21:53:03 +02:00
derivation.nix Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
fetchClosure.cc Automatically document builtin constants 2023-06-27 09:37:54 -04:00
fetchMercurial.cc Register all PrimOps via the Info structure 2023-06-11 21:40:43 +02:00
fetchTree.cc Simplify ContentAddress 2023-07-07 07:30:01 -04:00
fromTOML.cc Document fromTOML, hasContext and getContext builtins 2023-06-13 21:53:03 +02:00