306ee40129
This reverts commit 1e19f865de.
16 lines
237 B
Nix
16 lines
237 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
python3
|
|
python3Packages.pip
|
|
python3Packages.pygobject3
|
|
python3Packages.setuptools
|
|
python3Packages.wheel
|
|
|
|
git
|
|
p7zip
|
|
busybox
|
|
tldr
|
|
jq
|
|
];
|
|
}
|