diff options
author | Emile <git@emile.space> | 2025-04-11 19:35:03 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2025-04-11 19:35:03 +0200 |
commit | fbaf0f29ca46678b78e91cb93c39b33577cb1875 (patch) | |
tree | 3dbc20f49eac6547270753e7e7e30f8031169f47 /nix | |
parent | dacdb0271517dee262aef2b8526330057311dd1d (diff) |
(caladan) removed some overlays
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/caladan/overlay.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nix/hosts/caladan/overlay.nix b/nix/hosts/caladan/overlay.nix index c9bdd79..8f3b810 100644 --- a/nix/hosts/caladan/overlay.nix +++ b/nix/hosts/caladan/overlay.nix @@ -33,11 +33,6 @@ rm tools/utils/passwd_test.go ''; }); - - # helix-2303 = self.callPackage ../../pkgs/helix-2303 { }; - # r2 = self.callPackage ../../pkgs/radare2-5.8.4 { }; - # ansel = self.callPackage ../../pkgs/ansel { }; - # typst = self.callPackage ../pkgs/radare2-5.8.4 { }; }) ]; config = { |