Revert "FIX: finally fixed flake.lock"

This reverts commit 1e19f865de.
This commit is contained in:
lsoriano-mcm
2025-06-28 17:31:47 -05:00
parent f7b315be25
commit 306ee40129
9 changed files with 87 additions and 58 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python313Full
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
];
}