diff --git a/pkgs/tools/misc/kakoune-cr/default.nix b/pkgs/by-name/ka/kakoune-cr/package.nix similarity index 100% rename from pkgs/tools/misc/kakoune-cr/default.nix rename to pkgs/by-name/ka/kakoune-cr/package.nix diff --git a/pkgs/tools/misc/kakoune-cr/shard.lock b/pkgs/by-name/ka/kakoune-cr/shard.lock similarity index 100% rename from pkgs/tools/misc/kakoune-cr/shard.lock rename to pkgs/by-name/ka/kakoune-cr/shard.lock diff --git a/pkgs/tools/misc/kakoune-cr/shards.nix b/pkgs/by-name/ka/kakoune-cr/shards.nix similarity index 100% rename from pkgs/tools/misc/kakoune-cr/shards.nix rename to pkgs/by-name/ka/kakoune-cr/shards.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index adb08e65b899..dac6812fb045 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3823,8 +3823,6 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; }; - kakoune-cr = callPackage ../tools/misc/kakoune-cr { }; - kbs2 = callPackage ../tools/security/kbs2 { inherit (darwin.apple_sdk.frameworks) AppKit SystemConfiguration; };