about summary refs log tree commit diff
path: root/tvix/derivation/src/output.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-18 r/5696 refactor(tvix/derivation): use DerivationError in Output::validateFlorian Klink1-3/+6
2023-01-18 r/5694 feat(tvix/derivation): also fail if output name is called `drv`Florian Klink1-2/+0
2023-01-16 r/5668 refactor(tvix/derivation): expose proper ValidateDerivationErrorFlorian Klink1-3/+7
2023-01-06 r/5616 fix(tvix/derivation): fix build after StorePath renameVincent Ambo1-2/+2
2023-01-06 r/5613 refactor(tvix/store): rename NixPath to StorePathFlorian Klink1-2/+2
2023-01-04 r/5592 feat(tvix/derivation): derive Clone, Debug, Eq and PartialEqFlorian Klink1-2/+2
2023-01-04 r/5591 feat(tvix/derivation): implement Derivation::validate()Florian Klink1-0/+6
2023-01-04 r/5590 chore(tvix/derivation): align json serialization with nix outputFlorian Klink1-1/+1
2023-01-04 r/5589 refactor(tvix/derivation): make output hashes an Option<Hash>Florian Klink1-10/+17
2023-01-02 r/5564 refactor(tvix/derivation): refactor the derivation serializationJürgen Hahn1-0/+16