summary refs log tree commit diff
path: root/nixos/modules/programs/gphoto2.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-03-17 23:31:52 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-17 23:36:19 +0100
commit953616907493c5b81ba3ec9dd86f1422f4d1fcd3 (patch)
tree1ebe5e1caaed3b8a5920280bba56406974202326 /nixos/modules/programs/gphoto2.nix
parenta8785daf0ea794f1791c598c6cac9db3858b45bb (diff)
downloadnixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar.gz
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar.bz2
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar.lz
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar.xz
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.tar.zst
nixpkgs-953616907493c5b81ba3ec9dd86f1422f4d1fcd3.zip
nixos/treewide: remove boolean examples for options
They contain no useful information and increase the length of the
autogenerated options documentation.

See discussion in #18816.
Diffstat (limited to 'nixos/modules/programs/gphoto2.nix')
-rw-r--r--nixos/modules/programs/gphoto2.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/gphoto2.nix b/nixos/modules/programs/gphoto2.nix
index 47822562aee..ca7c6fb28f5 100644
--- a/nixos/modules/programs/gphoto2.nix
+++ b/nixos/modules/programs/gphoto2.nix
@@ -10,7 +10,6 @@ with lib;
     programs.gphoto2 = {
       enable = mkOption {
         default = false;
-        example = true;
         type = types.bool;
         description = ''
           Whether to configure system to use gphoto2.