lib/modules: fix typo

wip/yesman
Franz Pletz 6 years ago
parent a8375e4056
commit e6f4614e85
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 2
      lib/modules.nix

@ -660,7 +660,7 @@ rec {
doRename = { from, to, visible, warn, use }:
let
toOf = attrByPath to
(abort "Renaming error: option `${showOption to}' does not exists.");
(abort "Renaming error: option `${showOption to}' does not exist.");
in
{ config, options, ... }:
{ options = setAttrByPath from (mkOption {

Loading…
Cancel
Save