Move perSystem.checks into options

This commit is contained in:
Robert Hensing 2022-05-13 10:15:21 +02:00
parent 3149d748cb
commit 4835e05925
3 changed files with 17 additions and 13 deletions

View file

@ -9,6 +9,7 @@ let
;
inherit (flake-modules-core-lib)
mkSubmoduleOptions
mkPerSystemOption
;
programType = lib.types.coercedTo lib.types.package getExe lib.types.str;