From e97dc7f57b3a9e9652c9007c6687c8fb5b16c8de Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 24 Jan 2021 21:40:49 -0700 Subject: [PATCH] ci: host fails build for now --- nix/ci.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix/ci.nix b/nix/ci.nix index e12668dd..3a6ac1e4 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -7,11 +7,12 @@ let shell = recurseIntoAttrs default.devShell.x86_64-linux; - ci = recurseIntoAttrs - default.nixosConfigurations.ci.config.system.build.toplevel; + # failing on hercules-ci, probably until nix is updated + # ci = recurseIntoAttrs + # default.nixosConfigurations.ci.config.system.build.toplevel; in { - inherit ci shell; + inherit shell; # platforms supported by our hercules-ci agent inherit (packages) i686-linux