about summary refs log tree commit diff
path: root/humblebundle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'humblebundle/default.nix')
-rw-r--r--humblebundle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/humblebundle/default.nix b/humblebundle/default.nix
index 30d341f3..6e733603 100644
--- a/humblebundle/default.nix
+++ b/humblebundle/default.nix
@@ -1,4 +1,4 @@
-{ email, password }:
+{ email ? null, password ? null }:
 
 with import <nixpkgs> {};