about summary refs log tree commit diff
path: root/tvix/derivation/src/validate.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31 r/5791 refactor(tvix/nix-compat): absorb //tvix/derivationFlorian Klink1-127/+0
2023-01-31 r/5788 refactor(tvix): introduce nix-compat crateFlorian Klink1-1/+1
2023-01-23 r/5739 refactor(tvix/derivation): remove DOT_FILE_EXT constFlorian Klink1-2/+2
2023-01-18 r/5700 feat(tvix/derivation): add validate_output_paths flag for validateFlorian Klink1-2/+6
2023-01-18 r/5699 feat(tvix/derivation): check for other invalid output namesFlorian Klink1-6/+11
2023-01-18 r/5696 refactor(tvix/derivation): use DerivationError in Output::validateFlorian Klink1-5/+2
2023-01-18 r/5695 refactor(tvix/derivation): rename {ValidateDerivation,}ErrorFlorian Klink1-23/+15
2023-01-18 r/5694 feat(tvix/derivation): also fail if output name is called `drv`Florian Klink1-3/+21
2023-01-16 r/5668 refactor(tvix/derivation): expose proper ValidateDerivationErrorFlorian Klink1-27/+50
2023-01-16 r/5667 feat(tvix/derivation): make input_sources a BTreeSetFlorian Klink1-9/+1
2023-01-13 r/5657 refactor(tvix/derivation): use BTreeSet for derivation outputsVincent Ambo1-9/+1
2023-01-06 r/5616 fix(tvix/derivation): fix build after StorePath renameVincent Ambo1-1/+1
2023-01-06 r/5613 refactor(tvix/store): rename NixPath to StorePathFlorian Klink1-3/+3
2023-01-04 r/5591 feat(tvix/derivation): implement Derivation::validate()Florian Klink1-0/+104