about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2cdea58..0316e08 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,6 +35,7 @@
           go-hello = pkgs.buildGoModule {
             pname = "r2wars";
             inherit version;
+            buildInputs = with pkgs; [ radare2 ];
             # In 'nix develop', we don't need a copy of the source tree
             # in the Nix store.
             src = ./.;
@@ -69,4 +70,4 @@
       # package.
       defaultPackage = forAllSystems (system: self.packages.${system}.go-hello);
     };
-}
\ No newline at end of file
+}