ci: add aarch64-shell
This commit is contained in:
parent
6b3100326b
commit
22e5b08fe3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
|
|
||||||
shell = recurseIntoAttrs {
|
shell = recurseIntoAttrs {
|
||||||
inherit (default.devShell)
|
inherit (default.devShell)
|
||||||
i686-linux x86_64-linux;
|
i686-linux x86_64-linux aarch64-linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
ci = recurseIntoAttrs {
|
ci = recurseIntoAttrs {
|
||||||
|
|
Loading…
Reference in a new issue