mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
Merge pull request #11371 from tk-ecotelecom/fix-wmii
wmii.nix: fix module args
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, options, modulesPath }:
|
||||
{ config, lib, pkgs, options, modulesPath, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkOption mkIf singleton;
|
||||
|
||||
Reference in New Issue
Block a user