forked from DGNum/liminix
move typeChecked into pkgs.liminix.lib
This commit is contained in:
parent
69e6eb5a89
commit
682183a88d
4 changed files with 25 additions and 12 deletions
|
@ -5,11 +5,7 @@ let
|
|||
inherit (pkgs.liminix.networking) address interface;
|
||||
inherit (pkgs.liminix.services) bundle;
|
||||
|
||||
type_service = types.package // {
|
||||
name = "service";
|
||||
description = "s6-rc service";
|
||||
check = x: isDerivation x && hasAttr "serviceType" x;
|
||||
};
|
||||
type_service = pkgs.liminix.lib.types.service;
|
||||
|
||||
in {
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue