summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpajowu <git@ca.pajowu.de>2017-04-10 23:21:20 +0200
committerpajowu <git@ca.pajowu.de>2017-04-10 23:45:41 +0200
commitb70077f551e3ca5a6ef5c275746a6c37468117e9 (patch)
treeda728f1ca9917fb4ec872ceee52204f6ee476b40 /nixos
parent857a3b872c430fd9a2fb09a07146ad0a9af36e07 (diff)
downloadnixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar.gz
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar.bz2
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar.lz
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar.xz
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.tar.zst
nixlib-b70077f551e3ca5a6ef5c275746a6c37468117e9.zip
browserpass: switch build source to git HEAD
Precompiled version only supports linux64, git version should also support darwin
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/browserpass.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/browserpass.nix b/nixos/modules/programs/browserpass.nix
index f550334c84cc..2b7ec1856431 100644
--- a/nixos/modules/programs/browserpass.nix
+++ b/nixos/modules/programs/browserpass.nix
@@ -11,7 +11,7 @@ with lib;
         default = false;
         type = types.bool;
         description = ''
-          Wheter to install the NativeMessaging configuration for installed browsers.
+          Whether to install the NativeMessaging configuration for installed browsers.
         '';
       };
     };