1
0
forked from extern/nix-config
donovanglover-nix-config/tests/main.cr
2023-07-09 17:47:51 -04:00

9 lines
236 B
Crystal

require "spec"
require "./check_top_level_imports"
check_top_level_imports("containers")
check_top_level_imports("home")
check_top_level_imports("modules")
check_top_level_imports("overlays")
check_top_level_imports("specializations")