diff options
Diffstat (limited to 'web/bubblegum/default.nix')
-rw-r--r-- | web/bubblegum/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bubblegum/default.nix b/web/bubblegum/default.nix index aecc701886b5..d9b106dddedd 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" |