bat-extras: remove useless callPackage

This commit is contained in:
Wolfgang Walther
2025-06-18 13:38:41 +02:00
parent 40c35a8a7a
commit 243dcd6845
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,4 +1,3 @@
{ }:
self: {
buildBatExtrasPkg = self.callPackage ./buildBatExtrasPkg.nix { };
+1 -1
View File
@@ -1909,7 +1909,7 @@ with pkgs;
babelfish = callPackage ../shells/fish/babelfish.nix { };
bat-extras = recurseIntoAttrs (lib.makeScope newScope (callPackage ../tools/misc/bat-extras { }));
bat-extras = recurseIntoAttrs (lib.makeScope newScope (import ../tools/misc/bat-extras));
beauty-line-icon-theme = callPackage ../data/icons/beauty-line-icon-theme {
inherit (plasma5Packages) breeze-icons;