simpleFlakes: checks magic for CI (#22)

closes #21
This commit is contained in:
David Arnold
2021-01-06 07:17:32 -05:00
committed by GitHub
parent 08c7ad4a08
commit 8088c6dbe8

View File

@@ -64,6 +64,12 @@ let
} else { }
)
//
(
if packages ? checks then {
checks = packages.checks;
} else { }
)
//
(
if shell != null then {
devShell = shell_ { inherit pkgs; };