Add pyshell template
This commit is contained in:
parent
0b3fc1190e
commit
9a0ad95a9f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue