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
/
nix-compat
/
src
/
derivation
/
mod.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
r/8064
refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_modulo
Florian Klink
1
-21
/
+24
2024-03-14
r/7694
refactor(nix-compat/derivation): emphasize aterm_bytes
Florian Klink
1
-12
/
+13
2024-03-14
r/7691
refactor(nix-compat/store_path): take [u8;32] for outer fingerprint
Florian Klink
1
-7
/
+7
2024-03-03
r/7632
refactor(tvix/nix-compat): rename NixHash::{digest,hash}
Florian Klink
1
-1
/
+1
2024-02-21
r/7585
feat(tvix/nix-compat): Use `StorePath` in `Output`
Peter Kolloch
1
-3
/
+9
2024-02-21
r/7584
feat(tvix/nix-compat): input_sources as StorePath
Peter Kolloch
1
-11
/
+7
2024-02-21
r/7583
feat(tvix/nix-compat): input_derivations with StorePaths
Peter Kolloch
1
-22
/
+9
2024-02-21
r/7582
feat(tvix/nix-compat): generalize aterm writing for derivation
Peter Kolloch
1
-6
/
+19
2024-02-17
r/7538
refactor(tvix/nix-compat): derivation_or_fod_hash w/o self.clone()
Peter Kolloch
1
-22
/
+36
2024-02-17
r/7536
feat(nix-compat/derivation): make fod_digest public
Florian Klink
1
-1
/
+1
2024-02-17
r/7532
docs(tvix/nix-compat): on store paths in fields
Peter Kolloch
1
-0
/
+3
2024-02-17
r/7531
feat(nix-compat/derivation): simplify derivation_or_fod_hash
Florian Klink
1
-29
/
+22
2024-01-16
r/7389
refactor(nix-compat): use StorePathRef for hash derivation modulo
Florian Klink
1
-4
/
+9
2023-12-21
r/7236
refactor(tvix/nix-compat): have helpers interact with StorePathRef
Florian Klink
1
-0
/
+1
2023-11-22
r/7045
refactor(tvix/nix-compat): cleanup parse_{ca,hash} and fmt structs
Florian Klink
1
-1
/
+1
2023-10-23
r/6871
refactor(tvix/nix-compat): rename NixHashWithMode -> CAHash
Florian Klink
1
-10
/
+26
2023-10-16
r/6831
feat(nix-compat/{aterm,derivation}): init parser
Florian Klink
1
-1
/
+8
2023-10-16
r/6828
refactor(nix-compat/derivation): fix function name
Florian Klink
1
-1
/
+1
2023-10-14
r/6808
refactor(tvix/nix-compat/derivation): fod_digest return [u8; 32]
Florian Klink
1
-4
/
+4
2023-10-14
r/6807
refactor(tvix/nix-compat): make NixHash an enum with fixed-len bytes
Florian Klink
1
-7
/
+3
2023-08-20
r/6512
refactor(tvix/nix-compat/nixhash): validate digest lengths
Florian Klink
1
-1
/
+7
2023-07-31
r/6457
refactor(tvix/nix-compat): use local write::*;
Florian Klink
1
-15
/
+17
2023-07-31
r/6454
refactor(tvix/nix-compat/derivation): use writer.write_all
Florian Klink
1
-1
/
+1
2023-07-31
r/6452
refactor(tvix/derivation): move comma writing business up
Florian Klink
1
-0
/
+12
2023-07-31
r/6450
refactor(tvix/nix-compat/derivation): simplify
Florian Klink
1
-2
/
+3
2023-07-31
r/6449
refactor(tvix/nix-compat): support non-unicode Derivations
Florian Klink
1
-14
/
+17
2023-07-21
r/6432
feat(tvix/nix-compat): fold NameError into Error
Florian Klink
1
-1
/
+1
2023-05-18
r/6161
refactor(tvix/nix-compat): clippy
Florian Klink
1
-8
/
+6
2023-04-09
r/6088
refactor(nix-compat): Properly encapsulate store path construction
John Ericson
1
-56
/
+36
2023-03-30
r/6060
refactor(tvix/nix-compat): move build_store_path out of derivation
Florian Klink
1
-14
/
+14
2023-03-30
r/6058
refactor(tvix/nix-compat): drop is_derivation in build_store_path
Florian Klink
1
-4
/
+4
2023-03-30
r/6057
refactor(tvix/nix-compat): add text_hash_string function
Florian Klink
1
-35
/
+11
2023-03-15
r/6012
refactor(tvix/nix-compat): remove get_fixed_output() func
Florian Klink
1
-66
/
+52
2023-03-15
r/6011
refactor(tvix/nix-compat): simplify fingerprint calculation
Florian Klink
1
-76
/
+54
2023-03-15
r/6009
refactor(tvix/nix-compat): -derivation::Hash, +NixHash
Florian Klink
1
-30
/
+37
2023-03-14
r/5999
refactor(tvix/nix-compat): remove manual map
Florian Klink
1
-8
/
+6
2023-03-14
r/5997
fix(tvix/store/derivation): fix comment
Florian Klink
1
-1
/
+1
2023-03-14
r/5995
refactor(tvix/nix-compat): replace calculate_drv_replacement_str
Florian Klink
1
-30
/
+44
2023-03-04
r/5882
feat(tvix/nix-compat/derivation): make use of NixPath in some places
Florian Klink
1
-4
/
+9
2023-02-01
r/5809
feat(tvix/nix-compat/derivation): Display -> to_aterm_string()
Florian Klink
1
-9
/
+17
2023-02-01
r/5805
refactor(tvix/nix-compat/derivation): remove module inception
Florian Klink
1
-3
/
+278
2023-01-31
r/5791
refactor(tvix/nix-compat): absorb //tvix/derivation
Florian Klink
1
-0
/
+15