Update pythonshell template

This commit is contained in:
Evie Litherland-Smith 2024-03-25 07:51:01 +00:00
parent 2ec1950680
commit eb2e89cb48

View file

@ -177,10 +177,13 @@ nix-mode
(p (completing-read "Platform: " '("all" "allBut" "arm" "cygwin" "darwin" "freebsd" "gnu" "i686" "illumos" "linux" "mesaPlatforms" "mips" "netbsd" "none" "openbsd" "unix" "x86"))) ";" n> q "};" n> "}" (p (completing-read "Platform: " '("all" "allBut" "arm" "cygwin" "darwin" "freebsd" "gnu" "i686" "illumos" "linux" "mesaPlatforms" "mips" "netbsd" "none" "openbsd" "unix" "x86"))) ";" n> q "};" n> "}"
) )
(pythonshell "with import (builtins.getFlake \"github:nixos/nixpkgs" (p "/23.11")"\") {};" (pythonshell "with import (builtins.getFlake \"github:nixos/nixpkgs" (p "/23.11")"\") {};"
n> "with python3Packages;"
n> "mkShellNoCC {" n> "mkShellNoCC {"
n> "packages = [" (p) "];" n> "packages = ["
n> "};") n> "(" (p "python3") ".withPackages"
n> "(ps: with ps; ["(p "python-lsp-server isort mypy") "]))"
n> q
n> "];"
n> "}")
(poetryshell "with import (builtins.getFlake \"github:nixos/nixpkgs" (p "/23.11")"\") {};" (poetryshell "with import (builtins.getFlake \"github:nixos/nixpkgs" (p "/23.11")"\") {};"
n "with (builtins.getFlake \"github:nix-community/poetry2nix\").lib.mkPoetry2Nix {inherit pkgs;};" n "with (builtins.getFlake \"github:nix-community/poetry2nix\").lib.mkPoetry2Nix {inherit pkgs;};"
n> "(mkPoetryEnv rec {" n> "(mkPoetryEnv rec {"