From 2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 6 Aug 2021 16:22:12 +0700 Subject: Update Nix packages list --- nix/devel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix/devel.nix') 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 = { -- cgit 1.4.1