summary refs log tree commit diff
path: root/pkgs/tools/security/prey
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/prey')
-rw-r--r--pkgs/tools/security/prey/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/prey/default.nix b/pkgs/tools/security/prey/default.nix
index 37416b4da1a4..fe71806301dd 100644
--- a/pkgs/tools/security/prey/default.nix
+++ b/pkgs/tools/security/prey/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, fetchgit, curl, scrot, imagemagick, xawtv, inetutils, makeWrapper, coreutils
-, apiKey ? null
-, deviceKey ? null }:
+, apiKey ? ""
+, deviceKey ? "" }:
 
 # TODO: this should assert keys are set, somehow if set through .override assertion fails
-#assert apiKey != null;
-#assert deviceKey != null;
+#assert apiKey != "";
+#assert deviceKey != "";
 
 let
   modulesSrc = fetchgit {