mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
try adding python packages
This commit is contained in:
parent
ea52bc5f39
commit
7ce1d06fc4
2 changed files with 6 additions and 11 deletions
|
|
@ -1,13 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
my-python-packages = ps:
|
||||
with ps; [
|
||||
pandas
|
||||
|
||||
requests
|
||||
];
|
||||
in
|
||||
{pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
(pkgs.python3.withPackages my-python-packages)
|
||||
environment.systemPackages = with pkgs; [
|
||||
(python311Full.withPackages(ps: with ps; [
|
||||
pygame
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue