diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-11 00:17:25 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-11 00:17:25 +0100 |
commit | 42f4b42d5082b80b5b2afc55f112ae9ec3374d68 (patch) | |
tree | 7b509b589fcf2b78c4ae48f3ff263f6c6803132e | |
parent | e229e6f2a411b9c03ee80bfb53b6b77e8f2ccb0b (diff) | |
download | Nix-42f4b42d5082b80b5b2afc55f112ae9ec3374d68.tar.gz Nix-42f4b42d5082b80b5b2afc55f112ae9ec3374d68.tar.zst Nix-42f4b42d5082b80b5b2afc55f112ae9ec3374d68.zip |
Add rr
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index c8a3c93..beb10b8 100644 --- a/default.nix +++ b/default.nix | |||
@@ -364,6 +364,7 @@ in | |||
364 | inherit mtr; | 364 | inherit mtr; |
365 | inherit nixops; | 365 | inherit nixops; |
366 | inherit urlview; | 366 | inherit urlview; |
367 | inherit rr; | ||
367 | stgit = gitAndTools.stgit; | 368 | stgit = gitAndTools.stgit; |
368 | # todo: lx* ?, unrar, unzip, zeromq? | 369 | # todo: lx* ?, unrar, unzip, zeromq? |
369 | #inherit nextcloud-client; | 370 | #inherit nextcloud-client; |