Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
87ff387978fa9fec22a2c1e7a6a5433b58802e42
/
.
/
modules
/
python.nix
blob: 665a542e49a1f5c32155e9b1687b0f2a3c50d70d [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
home
.
packages
=
[
(
pkgs
.
python3
.
withPackages
(
pyPkgs
:
with
pyPkgs
;
[
rope
]))
];
}