diff --git a/dev/flake-module.nix b/dev/flake-module.nix index 6fb0317..d19b37b 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -1,7 +1,5 @@ { - lib, inputs, - withSystem, ... }: { @@ -92,7 +90,7 @@ }; }; herculesCI = - hci@{ config, ... }: + { config, ... }: { ciSystems = [ "x86_64-linux" ]; };