about summary refs log tree commit diff
path: root/tvix/derivation/src/tests/mod.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31 r/5791 refactor(tvix/nix-compat): absorb //tvix/derivationFlorian Klink1-343/+0
2023-01-31 r/5788 refactor(tvix): introduce nix-compat crateFlorian Klink1-1/+1
2023-01-23 r/5740 refactor(tvix/derivation): relax bounds for reference iteratorVincent Ambo1-2/+2
2023-01-23 r/5737 feat(tvix/derivation): add `path_with_references`Vincent Ambo1-0/+36
2023-01-18 r/5700 feat(tvix/derivation): add validate_output_paths flag for validateFlorian Klink1-1/+1
2023-01-13 r/5657 refactor(tvix/derivation): use BTreeSet for derivation outputsVincent Ambo1-3/+5
2023-01-07 r/5623 feat(tvix/derivation): derive Default for DerivationFlorian Klink1-31/+20
2023-01-06 r/5616 fix(tvix/derivation): fix build after StorePath renameVincent Ambo1-4/+3
2023-01-06 r/5613 refactor(tvix/store): rename NixPath to StorePathFlorian Klink1-3/+3
2023-01-06 r/5612 test(tvix/derivation): add output_path_construction testFlorian Klink1-1/+156
2023-01-06 r/5610 feat(tvix/derivation): implement output path calculationFlorian Klink1-0/+93
2023-01-06 r/5608 refactor(derivation): return NixPath in calculate_derivation_pathFlorian Klink1-1/+5
2023-01-04 r/5591 feat(tvix/derivation): implement Derivation::validate()Florian Klink1-0/+10
2023-01-04 r/5580 feat(tvix/derivation): add nix drv path generation to DerivationJürgen Hahn1-0/+17
2023-01-04 r/5577 feat(tvix/derivation) Add fmt::Display implementation for DerivationJürgen Hahn1-3/+9
2023-01-02 r/5564 refactor(tvix/derivation): refactor the derivation serializationJürgen Hahn1-2/+2
2022-12-29 r/5536 feat(tvix/derivation): serialize Nix DerivationJürgen Hahn1-0/+32