about summary refs log tree commit diff
path: root/nix/hosts/hacknix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-04 14:08:51 +0200
committerEmile <git@emile.space>2024-06-04 14:08:51 +0200
commit6f2bb11856ca39435d07fc196e4c1fdd35ad1b5e (patch)
treecee31eb9b330a7852b350ebd6e2d794c12af0984 /nix/hosts/hacknix
parent4b96f54a9e3ae031a86f3edacedddf895b56ae73 (diff)
removed the r2 overlay
Diffstat (limited to 'nix/hosts/hacknix')
-rw-r--r--nix/hosts/hacknix/overlay/default.nix2
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 = {