This commit is contained in:
Domen Kožar
2013-10-14 17:14:11 +02:00
parent 582aa9a6f4
commit dc68c10e94
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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 {