chore: add some gh dev tools

This commit is contained in:
oddlama 2024-11-13 19:50:06 +01:00
parent 8938d78305
commit 535ae1f94c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -15,11 +15,13 @@
extraOutputsToInstall = ["man" "doc" "devdoc"];
packages = [
pkgs.git-lfs
pkgs.d2
(pkgs.python3.withPackages (p: with p; [numpy]))
pkgs.cloc
pkgs.d2
pkgs.gh
pkgs.gh-dash
pkgs.git-lfs
pkgs.jq
pkgs.python3
];
};
}