about summary refs log tree commit diff
path: root/web/bubblegum
diff options
context:
space:
mode:
Diffstat (limited to 'web/bubblegum')
-rw-r--r--web/bubblegum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bubblegum/default.nix b/web/bubblegum/default.nix
index aecc701886..d9b106ddde 100644
--- a/web/bubblegum/default.nix
+++ b/web/bubblegum/default.nix
@@ -207,7 +207,7 @@ let
       ] ++ [
         "${bins.nint}"
         # always pass depot so scripts can use this library
-        "--arg depot '(import ${depot.depotPath} {})'"
+        "--arg depot '(import ${depot.path} {})'"
       ]);
     in runExecline.local drvName {} [
       "importas" "out" "out"