From fe7fdde11e5d768d10fa770807a09eff40d770f9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 12 Feb 2025 18:14:41 -0500 Subject: [PATCH] kakoune-cr: migrate to by-name --- .../default.nix => by-name/ka/kakoune-cr/package.nix} | 0 pkgs/{tools/misc => by-name/ka}/kakoune-cr/shard.lock | 0 pkgs/{tools/misc => by-name/ka}/kakoune-cr/shards.nix | 0 pkgs/top-level/all-packages.nix | 2 -- 4 files changed, 2 deletions(-) rename pkgs/{tools/misc/kakoune-cr/default.nix => by-name/ka/kakoune-cr/package.nix} (100%) rename pkgs/{tools/misc => by-name/ka}/kakoune-cr/shard.lock (100%) rename pkgs/{tools/misc => by-name/ka}/kakoune-cr/shards.nix (100%) 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; };