mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
pkgs/kat-vm: Moved to private
This commit is contained in:
parent
cb835e1e87
commit
2ff702aab3
2 changed files with 1 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue