maint: Fix warnings

This commit is contained in:
Robert Hensing 2025-10-27 13:57:51 +01:00
parent 26b7cb2116
commit db84b15d8f

View file

@ -1,7 +1,5 @@
{
lib,
inputs,
withSystem,
...
}:
{
@ -92,7 +90,7 @@
};
};
herculesCI =
hci@{ config, ... }:
{ config, ... }:
{
ciSystems = [ "x86_64-linux" ];
};