ci: host fails build for now
This commit is contained in:
parent
d6f50531b2
commit
e97dc7f57b
|
@ -7,11 +7,12 @@ let
|
||||||
|
|
||||||
shell = recurseIntoAttrs default.devShell.x86_64-linux;
|
shell = recurseIntoAttrs default.devShell.x86_64-linux;
|
||||||
|
|
||||||
ci = recurseIntoAttrs
|
# failing on hercules-ci, probably until nix is updated
|
||||||
default.nixosConfigurations.ci.config.system.build.toplevel;
|
# ci = recurseIntoAttrs
|
||||||
|
# default.nixosConfigurations.ci.config.system.build.toplevel;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit ci shell;
|
inherit shell;
|
||||||
# platforms supported by our hercules-ci agent
|
# platforms supported by our hercules-ci agent
|
||||||
inherit (packages)
|
inherit (packages)
|
||||||
i686-linux
|
i686-linux
|
||||||
|
|
Loading…
Reference in a new issue