From dab1530b60f41d964fefff210717a50564e52edf Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 31 Dec 2014 15:09:04 +0100 Subject: humblebundle: Allow config file for email/passwd. Rather than passing email and password using --argstr to nix-build, we now read them from a config file in XDG_CONFIG_HOME (or ~/.config if unset). Signed-off-by: aszlig --- humblebundle/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'humblebundle/default.nix') 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 {}; -- cgit 1.4.1