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