diff --git a/nix/packages/tokei/default.nix b/nix/packages/by-name/tokei/package.nix similarity index 100% rename from nix/packages/tokei/default.nix rename to nix/packages/by-name/tokei/package.nix diff --git a/nix/packages/tokei/skel.patch b/nix/packages/by-name/tokei/skel.patch similarity index 100% rename from nix/packages/tokei/skel.patch rename to nix/packages/by-name/tokei/skel.patch diff --git a/nix/packages/tokei/why3.patch b/nix/packages/by-name/tokei/why3.patch similarity index 100% rename from nix/packages/tokei/why3.patch rename to nix/packages/by-name/tokei/why3.patch diff --git a/nix/packages/top-level.nix b/nix/packages/top-level.nix index 6261bded..af3954ba 100644 --- a/nix/packages/top-level.nix +++ b/nix/packages/top-level.nix @@ -43,7 +43,6 @@ in rec { necrolib = pkgs.callPackage ./necrolib.nix {}; maeel = pkgs.callPackage ./maeel.nix {}; - tokei = pkgs.callPackage ./tokei {}; # alpha tokei with typst, skel, hledger typst-mutilate = pkgs.callPackage ./typst-mutilate.nix {}; webtoon_downloader = pkgs.callPackage ./webtoon_downloader.nix {};