about summary refs log tree commit diff
path: root/nixos/modules/misc/passthru.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/misc/passthru.nix')
-rw-r--r--nixos/modules/misc/passthru.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/passthru.nix b/nixos/modules/misc/passthru.nix
index f3c9f6ba651b..4e99631fdd85 100644
--- a/nixos/modules/misc/passthru.nix
+++ b/nixos/modules/misc/passthru.nix
@@ -1,7 +1,7 @@
 # This module allows you to export something from configuration
 # Use case: export kernel source expression for ease of configuring
 
-{ config, lib, ... }:
+{ lib, ... }:
 
 {
   options = {