nix python templates use Full version by default
This commit is contained in:
parent
9f2fd29aa3
commit
0c97ad665c
|
@ -212,7 +212,7 @@ nix-mode
|
|||
> "in pkgs.mkShellNoCC {" n
|
||||
> "packages = with pkgs; [" n
|
||||
> "poetry" n
|
||||
> (p "python3") n
|
||||
> (p "python3Full") n
|
||||
> q n
|
||||
> "];" n
|
||||
> "shellHook = ''" n
|
||||
|
@ -229,7 +229,7 @@ nix-mode
|
|||
> "in (poetry2nix.mkPoetryEnv {" n
|
||||
> "inherit projectDir;" n
|
||||
> "overrides = poetry2nix.defaultPoetryOverrides;" n
|
||||
> "python = " (p "pkgs.python3") ";" n
|
||||
> "python = " (p "pkgs.python3Full") ";" n
|
||||
> "editablePackageSources = {" (p "package") "= projectDir;};" n
|
||||
> "extraPackages = (ps: [" q "]);" n
|
||||
> "preferWheels = true;" n
|
||||
|
|
Loading…
Reference in a new issue