about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-06 16:22:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-06 16:22:12 +0700
commit2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b (patch)
treeb562e15b9d7b328e3f9980b0a77918eb2a9a6896 /nix/devel.nix
parentf140f08bc6c39037958048294fd241a28d8da607 (diff)
downloaddotfiles-2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b.tar.gz
Update Nix packages list
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 = {