1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2024-12-14 11:47:31 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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