]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add tmux and netcat
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 20 Mar 2019 22:53:37 +0000 (23:53 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 20 Mar 2019 22:53:37 +0000 (23:53 +0100)
default.nix

index 18ea57699b2dbdc40d3a30d6e413ac2e0027b780..eddefa952cf9d1d20de8a5e85206f260aeadee2f 100644 (file)
@@ -680,4 +680,7 @@ in
     inherit bc;
     inherit cpulimit;
     inherit dmenu st;
+    inherit poppler_utils;
+    inherit tmux;
+    inherit netcat-gnu;
   }