Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
1118d5af1f930097fb30027e6a334339a5230047
/
.
/
modules
/
python.nix
blob: 665a542e49a1f5c32155e9b1687b0f2a3c50d70d [
file
] [
log
] [
blame
]
Skyler Grey
6c1518a
2023-02-19 23:46:28 +0000
[
diff
] [
blame
]
1
{
pkgs
,
...
}:
{
2
home
.
home
.
packages
=
[
3
(
pkgs
.
python3
.
withPackages
4
(
pyPkgs
:
with
pyPkgs
;
[
5
rope
6
]))
7
];
8
}