mirror of
https://github.com/numtide/flake-utils.git
synced 2025-03-16 21:38:26 +00:00
parent
08c7ad4a08
commit
8088c6dbe8
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ let
|
||||||
} else { }
|
} else { }
|
||||||
)
|
)
|
||||||
//
|
//
|
||||||
|
(
|
||||||
|
if packages ? checks then {
|
||||||
|
checks = packages.checks;
|
||||||
|
} else { }
|
||||||
|
)
|
||||||
|
//
|
||||||
(
|
(
|
||||||
if shell != null then {
|
if shell != null then {
|
||||||
devShell = shell_ { inherit pkgs; };
|
devShell = shell_ { inherit pkgs; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue