got python default.nix working

This commit is contained in:
2025-10-28 19:47:33 -04:00
parent 4fa2141461
commit 18de5bc12c
8 changed files with 5 additions and 12 deletions

View File

@@ -9,7 +9,6 @@
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
../../python
./fail2ban.nix
./fonts.nix
./libs.nix
@@ -17,8 +16,9 @@
./nh.nix
./nix.nix
./programs.nix
./snapshot_manager.nix
./ssh.nix
./snapshot_manager.nix
../../python
];
boot = {

View File

@@ -2,6 +2,5 @@
{
environment.systemPackages = with pkgs; [
git
python313
];
}

View File

@@ -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
]
)
))
];
}

View File

@@ -36,7 +36,6 @@
wget
# python
poetry
python313
ruff
uv
# nodejs

View File

@@ -36,7 +36,6 @@
wget
# python
poetry
python313
ruff
uv
# nodejs

View File

@@ -36,7 +36,6 @@
wget
# python
poetry
python313
ruff
uv
# nodejs

View File

@@ -36,7 +36,6 @@
wget
# python
poetry
python313
ruff
];
}

View File

@@ -40,7 +40,6 @@
wget
# python
poetry
python313
ruff
uv
# nodejs