fix eval
This commit is contained in:
parent
582aa9a6f4
commit
dc68c10e94
2 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -1597,7 +1597,7 @@ let
|
|||
|
||||
pptp = callPackage ../tools/networking/pptp {};
|
||||
|
||||
"prey-bash-client" = callPackage ../tools/security/prey { };
|
||||
prey-bash-client = callPackage ../tools/security/prey { };
|
||||
|
||||
proxychains = callPackage ../tools/networking/proxychains { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue