From db84b15d8f5d6bab3c6f754a3550e917a1eab7c9 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 27 Oct 2025 13:57:51 +0100 Subject: [PATCH] maint: Fix warnings --- dev/flake-module.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" ]; };