mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
got python default.nix working
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
python313.withPackages
|
||||
(
|
||||
environment.systemPackages = [
|
||||
(pkgs.python313.withPackages (
|
||||
ps: with ps; [
|
||||
apprise
|
||||
apscheduler
|
||||
@@ -18,6 +17,6 @@
|
||||
typer
|
||||
types-requests
|
||||
]
|
||||
)
|
||||
))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user