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
-15
View File
@@ -1,15 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
git
p7zip
busybox
tldr
jq
];
}