diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-22T22·50+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-01-27T12·21+0000 |
commit | de10a924f2586461d0323cc74b179aa0e8b1d1c4 (patch) | |
tree | cb0206ae3bf3ec1c65b8ba010a195836a4dcbf62 /tvix/cli/src/.skip-subtree | |
parent | 8a9aa018dcf54f00344993c8467610be3442eb8f (diff) |
feat(tvix/cli): implement `builtins.derivation` r/5769
This uses the actual upstream Nix code for `builtins.derivation` (which is not a primop in C++ Nix) to implement `builtins.derivation` as a wrapper around `builtins.derivationStrict`. We're doing it this way to ensure that our thunking logic is correct. An initial Rust-native rewrite (see e.g. cl/7363) is pretty difficult to debug while there are still other issues to root out, but eventually we might want to turn this into native code. Change-Id: I5845e18073e103b8670e40648bd7fd9b511058e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7902 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/cli/src/.skip-subtree')
-rw-r--r-- | tvix/cli/src/.skip-subtree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/cli/src/.skip-subtree b/tvix/cli/src/.skip-subtree new file mode 100644 index 000000000000..a16a2afe1f1e --- /dev/null +++ b/tvix/cli/src/.skip-subtree @@ -0,0 +1 @@ +Because of the derivation.nix file ... |