FIX: finally fixed flake.lock
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
|
||||
git
|
||||
p7zip
|
||||
busybox
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
git
|
||||
p7zip
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
}
|
||||
@@ -1,9 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
python313Full
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
p7zip
|
||||
busybox
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user