diff options
Diffstat (limited to 'tvix/store/default.nix')
-rw-r--r-- | tvix/store/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/default.nix b/tvix/store/default.nix index 4ec94cd90d9a..46ebcebded88 100644 --- a/tvix/store/default.nix +++ b/tvix/store/default.nix @@ -9,7 +9,7 @@ in depot.third_party.naersk.buildPackage { src = depot.third_party.gitignoreSource ./.; # see https://github.com/nix-community/naersk/issues/169 - root = depot.nix.sparseTree ./. [ ./Cargo.lock ./Cargo.toml ]; + root = depot.tvix.naerskRootFor ./Cargo.toml; nativeBuildInputs = [ pkgs.protobuf ]; |