Merge pull request #11371 from tk-ecotelecom/fix-wmii

wmii.nix: fix module args
This commit is contained in:
Pascal Wittmann 2015-12-03 17:18:33 +01:00
commit 33044458eb

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, options, modulesPath }:
{ config, lib, pkgs, options, modulesPath, ... }:
let
inherit (lib) mkOption mkIf singleton;