about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2023-11-10T16·19+0000
committeredef <edef@edef.eu>2023-11-10T19·05+0000
commit2997c1c3047d4a9cd9873a28a3e477bd956f0e23 (patch)
treee1f282c7024433772578087bd2fe45b99131b941 /tvix/Cargo.nix
parent1df53a5fcd9ba90d9da83685dfb37f5f65e3a188 (diff)
feat(nix-compat/narinfo): turn flags into bitfields r/6986
Change-Id: I8b95723444013e97bc6ec8d282c7135b1aede114
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9987
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 1e41b08584..aba8494fec 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -4210,6 +4210,10 @@ rec {
           else ./nix-compat;
         dependencies = [
           {
+            name = "bitflags";
+            packageId = "bitflags 2.4.1";
+          }
+          {
             name = "bstr";
             packageId = "bstr";
             features = [ "alloc" "unicode" "serde" ];