From 7870a19fa4de5a478aec7e071f18cdaaefe7d5f4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 15 Apr 2021 20:23:35 -0400 Subject: Remove required nix arguments This allows us to use nix-build as a check that bild is working. I think bild sometimes hangs because it doesn't get input from nix-build? I'm not sure, but one workaround is to run nix-build on the target, and then bild will just get the cached build. --- Biz/Cloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Cloud.nix') diff --git a/Biz/Cloud.nix b/Biz/Cloud.nix index c70c0ad..5bcb0a1 100644 --- a/Biz/Cloud.nix +++ b/Biz/Cloud.nix @@ -1,4 +1,4 @@ -{ bild }: +{ bild ? import ./Bild/Rules.nix {} }: # Cloud infrastructure, always online. Mostly for messaging-related stuff. -- cgit v1.2.3