bat-extras: remove useless callPackage
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{ }:
|
||||
self: {
|
||||
buildBatExtrasPkg = self.callPackage ./buildBatExtrasPkg.nix { };
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user