fix: remove py

This commit is contained in:
eric
2026-04-02 23:03:19 +02:00
parent 1de34c1869
commit 28dad81816
2 changed files with 0 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,7 +1,6 @@
{ pkgs, deployment, ... }:
{
home.packages = [
pkgs.python3
deployment.packages.${pkgs.system}.nodeiwest-helper
];
}