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

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