summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2018-04-19 12:20:16 -0500
committerGitHub <noreply@github.com>2018-04-19 12:20:16 -0500
commit93814ed41ce1eaf73ce8a9fda1eef512990e15be (patch)
treec04b5deade725089a352a43ddc488f41d11573b2 /pkgs/top-level
parentbb4a8eb6d3a8f9c273c2eab5ab1ef04b429efa7b (diff)
parent305b75d3383d788098316da0fab0002892922b65 (diff)
downloadnixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar.gz
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar.bz2
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar.lz
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar.xz
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.tar.zst
nixlib-93814ed41ce1eaf73ce8a9fda1eef512990e15be.zip
Merge pull request #39150 from dtzWill/feature/rw
rw: init at 1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d3b2230a4aa7..abf4893b2893 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4701,6 +4701,8 @@ with pkgs;
 
   runzip = callPackage ../tools/archivers/runzip { };
 
+  rw = callPackage ../tools/misc/rw { };
+
   rxp = callPackage ../tools/text/xml/rxp { };
 
   rzip = callPackage ../tools/compression/rzip { };