tvl-depot/tvix/derivation/src
Florian Klink 95cad95b93 feat(tvix/derivation): make input_sources a BTreeSet
These need to be sorted anyways, so let's use the correct data structure for it.

Change-Id: I009c9989d7647dc1df716170f3680c981db6e4b2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7846
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-01-16 16:45:56 +00:00
..
tests refactor(tvix/derivation): use BTreeSet for derivation outputs 2023-01-13 18:01:09 +00:00
derivation.rs feat(tvix/derivation): make input_sources a BTreeSet 2023-01-16 16:45:56 +00:00
lib.rs chore(tvix/derivation): expose necessary types in public API 2023-01-09 19:48:20 +00:00
nix_hash.rs feat(tvix/derivation): add nix drv path generation to Derivation 2023-01-04 12:24:00 +00:00
output.rs fix(tvix/derivation): fix build after StorePath rename 2023-01-06 17:57:06 +00:00
string_escape.rs refactor(tvix/derivation): refactor the derivation serialization 2023-01-02 20:55:14 +00:00
validate.rs feat(tvix/derivation): make input_sources a BTreeSet 2023-01-16 16:45:56 +00:00
write.rs feat(tvix/derivation): make input_sources a BTreeSet 2023-01-16 16:45:56 +00:00