diff options
author | Emile <git@emile.space> | 2024-06-04 14:08:51 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-04 14:08:51 +0200 |
commit | 6f2bb11856ca39435d07fc196e4c1fdd35ad1b5e (patch) | |
tree | cee31eb9b330a7852b350ebd6e2d794c12af0984 /nix | |
parent | 4b96f54a9e3ae031a86f3edacedddf895b56ae73 (diff) |
removed the r2 overlay
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/hacknix/overlay/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/hacknix/overlay/default.nix b/nix/hosts/hacknix/overlay/default.nix index 0dc3509..96a3510 100644 --- a/nix/hosts/hacknix/overlay/default.nix +++ b/nix/hosts/hacknix/overlay/default.nix @@ -5,7 +5,7 @@ overlays = [ (self: super: { #helix-2303 = self.callPackage ../pkgs/helix-2303 { }; - r2 = self.callPackage ../pkgs/radare2-5.8.4 { }; + #r2 = self.callPackage ../pkgs/radare2-5.8.4 { }; }) ]; config = { |