about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/devel.nix')
-rw-r--r--nix/devel.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/devel.nix b/nix/devel.nix
index 113d966..1de9179 100644
--- a/nix/devel.nix
+++ b/nix/devel.nix
@@ -4,9 +4,9 @@
   environment.systemPackages = with pkgs; [
     exa fd gitAndTools.gitFull glow jq manpages ripgrep rlwrap
     clojure gcc guile julia-stable-bin lua python3 rakudo zig
-    bintools gdb gnumake leiningen pkg-config python38Packages.pip
-    groff plantuml texlive.combined.scheme-full
-  ];
+    bintools gdb gnumake leiningen mypy nix-index pkg-config
+    plantuml texlive.combined.scheme-full
+  ] ++ (with python3Packages; [ flit pip ]);
 
   programs.mtr.enable = true;
   programs.gnupg.agent = {