aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/develop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/develop.nix')
-rw-r--r--nixos/modules/develop.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix
index 25c40c3..2a20527 100644
--- a/nixos/modules/develop.nix
+++ b/nixos/modules/develop.nix
@@ -22,8 +22,8 @@ in {
gitlint
tig
gource
- hub
- github-cli # Git
+ glab
+ github-cli
wlc # Weblate
cloc
openssl
@@ -47,6 +47,7 @@ in {
statix
deadnix
agenix
+ nix-tree
# Shell
dash # Posix shell
@@ -60,6 +61,8 @@ in {
# C
clang-tools
+ massif-visualizer
+ qcachegrind
# Python
(python3.withPackages (pypkgs:
@@ -74,6 +77,7 @@ in {
mypy
scipy
+ statsmodels
sympy
pygraphviz