about summary refs log tree commit diff
path: root/tvix/derivation/src/derivation.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31 r/5791 refactor(tvix/nix-compat): absorb //tvix/derivationFlorian Klink1-347/+0
2023-01-31 r/5788 refactor(tvix): introduce nix-compat crateFlorian Klink1-2/+2
2023-01-30 r/5781 fix(tvix/store/nixbase32): fix encoder/decoderFlorian Klink1-3/+3
2023-01-23 r/5740 refactor(tvix/derivation): relax bounds for reference iteratorVincent Ambo1-2/+2
2023-01-23 r/5739 refactor(tvix/derivation): remove DOT_FILE_EXT constFlorian Klink1-9/+1
2023-01-23 r/5738 refactor(tvix/derivation): pass fingerprint to build_store_pathFlorian Klink1-63/+51
2023-01-23 r/5737 feat(tvix/derivation): add `path_with_references`Vincent Ambo1-0/+26
2023-01-23 r/5736 refactor(tvix/derivation): minor structure simplificationVincent Ambo1-2/+22
2023-01-18 r/5695 refactor(tvix/derivation): rename {ValidateDerivation,}ErrorFlorian Klink1-9/+6
2023-01-18 r/5694 feat(tvix/derivation): also fail if output name is called `drv`Florian Klink1-5/+11
2023-01-16 r/5667 feat(tvix/derivation): make input_sources a BTreeSetFlorian Klink1-4/+3
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-1/+1
2023-01-06 r/5617 refactor(tvix/derivation): use StorePath::to_absolute_path()Florian Klink1-7/+3
2023-01-06 r/5616 fix(tvix/derivation): fix build after StorePath renameVincent Ambo1-9/+6
2023-01-06 r/5613 refactor(tvix/store): rename NixPath to StorePathFlorian Klink1-7/+7
2023-01-06 r/5610 feat(tvix/derivation): implement output path calculationFlorian Klink1-2/+169
2023-01-06 r/5609 feat(tvix/derivation): add get_fixed_output() helper functionFlorian Klink1-0/+21
2023-01-06 r/5608 refactor(derivation): return NixPath in calculate_derivation_pathFlorian Klink1-16/+29
2023-01-04 r/5592 feat(tvix/derivation): derive Clone, Debug, Eq and PartialEqFlorian Klink1-1/+1
2023-01-04 r/5590 chore(tvix/derivation): align json serialization with nix outputFlorian Klink1-6/+16
2023-01-04 r/5588 feat(tvix/derivation): make struct members publicFlorian Klink1-7/+7
2023-01-04 r/5587 refactor(tvix/derivation): use tvix_store::nixpath::STORE_DIRFlorian Klink1-1/+4
2023-01-04 r/5580 feat(tvix/derivation): add nix drv path generation to DerivationJürgen Hahn1-1/+70
2023-01-04 r/5579 docs(feat/derivation): add docstring to formatterJürgen Hahn1-0/+1
2023-01-04 r/5577 feat(tvix/derivation) Add fmt::Display implementation for DerivationJürgen Hahn1-6/+12
2023-01-02 r/5564 refactor(tvix/derivation): refactor the derivation serializationJürgen Hahn1-0/+34