summary refs log tree commit diff
path: root/nixos/modules/hardware/network/smc-2632w/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/network/smc-2632w/default.nix')
-rw-r--r--nixos/modules/hardware/network/smc-2632w/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/network/smc-2632w/default.nix b/nixos/modules/hardware/network/smc-2632w/default.nix
index 318131be749..650011aca81 100644
--- a/nixos/modules/hardware/network/smc-2632w/default.nix
+++ b/nixos/modules/hardware/network/smc-2632w/default.nix
@@ -1,9 +1,9 @@
-{pkgs, config, ...}:
+{lib, config, ...}:
 
 {
   hardware = {
     pcmcia = {
-      firmware = [ (pkgs.lib.cleanSource ./firmware) ];
+      firmware = [ (lib.cleanSource ./firmware) ];
     };
   };
 }