summary refs log tree commit diff
path: root/lib/modules.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-03-28 01:02:40 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2018-03-28 02:28:15 +0200
commite6f4614e8582e0ea11995a6756b7f25abbc391cc (patch)
tree6c771c489e0cb7e16d1bd9e9c1da82c3d3dfc7cb /lib/modules.nix
parenta8375e40561e027939cd6892ee71e9d6da0b388b (diff)
downloadnixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar.gz
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar.bz2
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar.lz
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar.xz
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.tar.zst
nixpkgs-e6f4614e8582e0ea11995a6756b7f25abbc391cc.zip
lib/modules: fix typo
Diffstat (limited to 'lib/modules.nix')
-rw-r--r--lib/modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules.nix b/lib/modules.nix
index 654c4c588de..acd07f732bd 100644
--- a/lib/modules.nix
+++ b/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 {