pkgs/kat-vm: Moved to private

This commit is contained in:
kat witch 2021-04-28 04:36:58 +01:00
parent cb835e1e87
commit 2ff702aab3
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 1 additions and 70 deletions

View file

@ -48,8 +48,6 @@ let
ff-sponsorblock = super.callPackage ./ff-sponsorblock { };
kat-vm = super.callPackage ./kat-vm { };
kat-glauca-dns = super.callPackage ./kat-glauca-dns { };
kat-website = super.callPackage ./kat-website { };
@ -61,6 +59,6 @@ let
kat-tw-export = super.callPackage ./kat-tw-export { };
kat-scrot = super.callPackage ./kat-scrot { };
};
} // super.lib.optionalAttrs (builtins.pathExists ../private/pkgs) (import ../private/pkgs { inherit super self; });
in (pkgs.extend (import (sources.arc-nixexprs + "/overlay.nix"))).extend overlay