flake.nix: add aarch64-darwin for checks

This commit is contained in:
ckie
2022-05-10 12:36:23 +03:00
parent 5c28f6f460
commit edbe868dd5

View File

@ -90,7 +90,7 @@
package = { dependencyOverrides ? { }, ... }@args:
pkgs.callPackage self
(args // { dependencyOverrides = (inputs // dependencyOverrides); });
}) // eachSystem [ "x86_64-linux" ] (system: {
}) // eachSystem [ "x86_64-linux" "aarch64-darwin" ] (system: {
checks = {
init-example-el = self.outputs.package.${system} {
doomPrivateDir = ./test/doom.d;