aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-02-20 10:42:55 +0100
committerKarel Kočí <cynerd@email.cz>2023-02-20 10:42:55 +0100
commitcf93e121e8d43c5d368aacb6a1f455deb1fe77f9 (patch)
tree0938165fd8d77baad96331d27f95958a574540db /nixos
parenta664b5eac07f481b46a276240af657dc48f3125e (diff)
downloadnixos-personal-cf93e121e8d43c5d368aacb6a1f455deb1fe77f9.tar.gz
nixos-personal-cf93e121e8d43c5d368aacb6a1f455deb1fe77f9.tar.bz2
nixos-personal-cf93e121e8d43c5d368aacb6a1f455deb1fe77f9.zip
nixos/develop: add gitlint, fq and stdmanpages
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/develop.nix3
1 files changed, 3 insertions, 0 deletions
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