mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
tests: Add tests for containers and specializations
This commit is contained in:
parent
92f057929a
commit
79f4ae0296
@ -2,9 +2,11 @@ require "spec"
|
|||||||
require "./check_top_level_imports"
|
require "./check_top_level_imports"
|
||||||
require "./check_latest_commit"
|
require "./check_latest_commit"
|
||||||
|
|
||||||
|
check_top_level_imports("containers")
|
||||||
|
check_top_level_imports("home")
|
||||||
check_top_level_imports("modules")
|
check_top_level_imports("modules")
|
||||||
check_top_level_imports("overlays")
|
check_top_level_imports("overlays")
|
||||||
check_top_level_imports("home")
|
check_top_level_imports("specializations")
|
||||||
|
|
||||||
describe "./overlays/joshuto/default.nix", tags: "online" do
|
describe "./overlays/joshuto/default.nix", tags: "online" do
|
||||||
it "uses the latest joshuto commit" do
|
it "uses the latest joshuto commit" do
|
||||||
|
Loading…
Reference in New Issue
Block a user