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