ci: host fails build for now

This commit is contained in:
Timothy DeHerrera 2021-01-24 21:40:49 -07:00
parent d6f50531b2
commit e97dc7f57b
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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