depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
derivation
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
r/5668
refactor(tvix/derivation): expose proper ValidateDerivationError
Florian Klink
5
-30
/
+104
2023-01-16
r/5667
feat(tvix/derivation): make input_sources a BTreeSet
Florian Klink
3
-14
/
+5
2023-01-16
r/5666
chore(tvix/derivation): drop TODOs related to stripping outputs
Florian Klink
1
-2
/
+0
2023-01-13
r/5657
refactor(tvix/derivation): use BTreeSet for derivation outputs
Vincent Ambo
4
-16
/
+13
2023-01-09
r/5635
chore(tvix/derivation): expose necessary types in public API
Vincent Ambo
1
-0
/
+5
2023-01-07
r/5623
feat(tvix/derivation): derive Default for Derivation
Florian Klink
2
-32
/
+21
2023-01-06
r/5617
refactor(tvix/derivation): use StorePath::to_absolute_path()
Florian Klink
1
-7
/
+3
2023-01-06
r/5616
fix(tvix/derivation): fix build after StorePath rename
Vincent Ambo
6
-17
/
+18
2023-01-06
r/5613
refactor(tvix/store): rename NixPath to StorePath
Florian Klink
4
-15
/
+15
2023-01-06
r/5612
test(tvix/derivation): add output_path_construction test
Florian Klink
1
-1
/
+156
2023-01-06
r/5610
feat(tvix/derivation): implement output path calculation
Florian Klink
2
-2
/
+262
2023-01-06
r/5609
feat(tvix/derivation): add get_fixed_output() helper function
Florian Klink
1
-0
/
+21
2023-01-06
r/5608
refactor(derivation): return NixPath in calculate_derivation_path
Florian Klink
2
-17
/
+34
2023-01-04
r/5592
feat(tvix/derivation): derive Clone, Debug, Eq and PartialEq
Florian Klink
2
-3
/
+3
2023-01-04
r/5591
feat(tvix/derivation): implement Derivation::validate()
Florian Klink
5
-2
/
+123
2023-01-04
r/5590
chore(tvix/derivation): align json serialization with nix output
Florian Klink
11
-103
/
+113
2023-01-04
r/5589
refactor(tvix/derivation): make output hashes an Option<Hash>
Florian Klink
2
-29
/
+35
2023-01-04
r/5588
feat(tvix/derivation): make struct members public
Florian Klink
1
-7
/
+7
2023-01-04
r/5587
refactor(tvix/derivation): use tvix_store::nixpath::STORE_DIR
Florian Klink
2
-2
/
+4
2023-01-04
r/5580
feat(tvix/derivation): add nix drv path generation to Derivation
Jürgen Hahn
6
-4
/
+114
2023-01-04
r/5579
docs(feat/derivation): add docstring to formatter
Jürgen Hahn
1
-0
/
+1
2023-01-04
r/5577
feat(tvix/derivation) Add fmt::Display implementation for Derivation
Jürgen Hahn
3
-22
/
+42
2023-01-02
r/5564
refactor(tvix/derivation): refactor the derivation serialization
Jürgen Hahn
6
-215
/
+248
2022-12-29
r/5536
feat(tvix/derivation): serialize Nix Derivation
Jürgen Hahn
19
-0
/
+444