about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoriko <ilyakooo0@gmail.com>2023-01-18 11:49:54 +0300
committeriko <ilyakooo0@gmail.com>2023-01-25 17:20:06 +0300
commit398117d5b9bcdb70a9e4ee8720bb1ed992930471 (patch)
treeb03d2246becb82659f277e4eb0eace2942ac2594 /pkgs/top-level
parent55e19102526fba191a5aa4b8dc4529bd3af298e2 (diff)
reshape: init at 0.6.1
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 dc7c6e5ca6cb1..7e8ccb683d79d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18278,6 +18278,8 @@ with pkgs;
   inherit (callPackage ../development/tools/replay-io { })
     replay-io replay-node-cli;
 
+  reshape = callPackage ../development/tools/reshape { } ;
+
   retdec = callPackage ../development/tools/analysis/retdec {
     stdenv = gcc8Stdenv;
   };