diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-20 23:53:37 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-03-20 23:53:37 +0100 |
commit | 80a3e0559c86d4f1fc2523b30db8a3d568cf1888 (patch) | |
tree | 50fb31278e01f9f1f60fe04a454f8dc4944d9597 | |
parent | 774d7a7f22bc36c4554750c9f575b6d7d3c776e3 (diff) | |
download | Nix-80a3e0559c86d4f1fc2523b30db8a3d568cf1888.tar.gz Nix-80a3e0559c86d4f1fc2523b30db8a3d568cf1888.tar.zst Nix-80a3e0559c86d4f1fc2523b30db8a3d568cf1888.zip |
Add tmux and netcat
-rw-r--r-- | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 18ea576..eddefa9 100644 --- a/default.nix +++ b/default.nix | |||
@@ -680,4 +680,7 @@ in | |||
680 | inherit bc; | 680 | inherit bc; |
681 | inherit cpulimit; | 681 | inherit cpulimit; |
682 | inherit dmenu st; | 682 | inherit dmenu st; |
683 | inherit poppler_utils; | ||
684 | inherit tmux; | ||
685 | inherit netcat-gnu; | ||
683 | } | 686 | } |