From 254dce933bac32896b7b948d52756c557ca28ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 May 2025 17:05:59 +0200 Subject: [PATCH] tokei: migrate to by-name --- nix/packages/{tokei/default.nix => by-name/tokei/package.nix} | 0 nix/packages/{ => by-name}/tokei/skel.patch | 0 nix/packages/{ => by-name}/tokei/why3.patch | 0 nix/packages/top-level.nix | 1 - 4 files changed, 1 deletion(-) rename nix/packages/{tokei/default.nix => by-name/tokei/package.nix} (100%) rename nix/packages/{ => by-name}/tokei/skel.patch (100%) rename nix/packages/{ => by-name}/tokei/why3.patch (100%) 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 {};