Inventory: fix narrow pattern

This commit is contained in:
Johannes Kirschbauer
2024-07-14 13:34:50 +02:00
parent 425590ae12
commit 6d1af2f6b3

View File

@@ -129,7 +129,7 @@ in
# Machine assertions
# - A machine must define their host system
machineAssertions = map (
{ name }:
{ name, ... }:
{
assertion = true;
message = "Machine ${name} should define its host system in the inventory. ()";