From cf93e121e8d43c5d368aacb6a1f455deb1fe77f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 20 Feb 2023 10:42:55 +0100 Subject: nixos/develop: add gitlint, fq and stdmanpages --- nixos/modules/develop.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index e5b43b3..e4c79b5 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -18,6 +18,7 @@ with lib; { environment.enableDebugInfo = true; environment.systemPackages = with pkgs; [ # Tools + gitlint tig gource hub @@ -45,6 +46,7 @@ with lib; { shfmt jq yq + fq # Python (python3.withPackages (pypkgs: @@ -127,6 +129,7 @@ with lib; { man-pages man-pages-posix linux-manual + stdmanpages # SHV shvspy -- cgit v1.2.3