about summary refs log tree commit diff
path: root/tvix/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/shell.nix (renamed from tvix/eval/shell.nix)3
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/eval/shell.nix b/tvix/shell.nix
index 482ccb591e..2da5b5f24f 100644
--- a/tvix/eval/shell.nix
+++ b/tvix/shell.nix
@@ -1,5 +1,6 @@
-{ depot ? import ../../. { }
+{ depot ? import ../. { }
 , pkgs ? depot.third_party.nixpkgs
+, ...
 }:
 
 pkgs.mkShell {