mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 04:44:39 -05:00
feat: added python tooling
This commit is contained in:
parent
09a546cf7c
commit
cd09949bee
1 changed files with 14 additions and 0 deletions
14
modules/home/cli/development/tooling/python/default.nix
Normal file
14
modules/home/cli/development/tooling/python/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
python314
|
||||||
|
;
|
||||||
|
inherit (pkgs.python313Packages)
|
||||||
|
venvShellHook
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue