Skip to content

Commit

Permalink
Update lib/jupyter.nix
Browse files Browse the repository at this point in the history
Signed-off-by: Rok Garbas <[email protected]>
  • Loading branch information
garbas authored Mar 6, 2023
1 parent 37e5eae commit 3d103bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jupyter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
python ? pkgs.python3,
editablePackageSources ? {},
extraPackages ? (ps: []),
preferWheels ? true,
preferWheels ? false,
# groups ? ["devs"], # TODO: add groups after updating to latest poetry2nix. make sure to inherit below
}: let
jupyterlabEnvBase = pkgs.poetry2nix.mkPoetryEnv {
Expand Down

0 comments on commit 3d103bc

Please sign in to comment.