Add pyshell template

This commit is contained in:
Evie Litherland-Smith 2025-01-09 10:06:06 +00:00
parent 0b3fc1190e
commit 9a0ad95a9f

View file

@ -10,6 +10,12 @@ nix-mode
"in" n
> "fhs.env")
(pyshell "import /etc/nixos/system/home/programming/pyshell.nix rec {" n
> "pkgs = import " (p "<nixpkgs>") " { };" n
> "python3 = pkgs." (p "python311Full") ";" n
> "extraPackages = with pkgs; [ uv poetry pre-commit " q " ];" n
"}")
python-base-mode
(aoc "EXAMPLE=\"\"\"" n