FIX: finally fixed flake.lock

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