mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 23:22:40 +02:00
feat: install ipython for root
This commit is contained in:
@@ -124,6 +124,15 @@
|
|||||||
});
|
});
|
||||||
version = "latest";
|
version = "latest";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
# python, some times I may need to use python with root permission.
|
||||||
|
(python310.withPackages (ps: with ps; [
|
||||||
|
ipython
|
||||||
|
pandas
|
||||||
|
requests
|
||||||
|
pyquery
|
||||||
|
pyyaml
|
||||||
|
]))
|
||||||
];
|
];
|
||||||
|
|
||||||
# PipeWire is a new low-level multimedia framework.
|
# PipeWire is a new low-level multimedia framework.
|
||||||
|
|||||||
Reference in New Issue
Block a user