diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/default.nix b/tasks/default.nix index 124f1cc..b3c0a1a 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -32,9 +32,9 @@ let rev = "7a6716f0c0a5538691a2f71a9f12b066bce7d55c"; }) {}; - mkJupyterEnv = kernel: (jupyter.jupyterlabWith { + mkJupyterEnv = kernel: jupyter.jupyterlabWith { kernels = [ kernel ]; - }).env; + }; in { custom.tasks = { |