mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
wmii.nix: fix module args
This commit is contained in:
parent
f501e69e41
commit
8b1fc9ca75
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, options, modulesPath }:
|
||||
{ config, lib, pkgs, options, modulesPath, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkOption mkIf singleton;
|
||||
|
|
Loading…
Reference in a new issue