about summary refs log tree commit diff
path: root/nixos/modules/programs/bcc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/bcc.nix')
-rw-r--r--nixos/modules/programs/bcc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/bcc.nix b/nixos/modules/programs/bcc.nix
index 3522ab22fa8ea..d76249bb5cab4 100644
--- a/nixos/modules/programs/bcc.nix
+++ b/nixos/modules/programs/bcc.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, ... }:
 {
   options.programs.bcc.enable = lib.mkEnableOption "bcc";