collectd: remove ... from inputs

This avoids that overrides accepts anything silently.
This commit is contained in:
Sandro Jäckel
2026-04-04 21:18:49 +02:00
parent d64b849bf3
commit ce8b7f42d4
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -11,10 +11,10 @@
flex,
perl,
nixosTests,
...
}@args:
enabledPlugins ? null,
}:
let
plugins = callPackage ./plugins.nix args;
plugins = callPackage ./plugins.nix { inherit enabledPlugins; };
in
stdenv.mkDerivation (finalAttrs: {
pname = "collectd";
-1
View File
@@ -45,7 +45,6 @@
# Defaults to `null` for all supported plugins (except xen, which is marked as
# insecure), otherwise a list of plugin names for a custom build
enabledPlugins ? null,
...
}:
let