also evaluate for aarch64-darwin
All checks were successful
checks-impure / test (pull_request) Successful in 9s
checks / test (pull_request) Successful in 24s

This commit is contained in:
Jörg Thalheim 2023-09-28 15:57:12 +02:00
parent 156f792bf3
commit 9242b3d118
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# this gives us a reference to our flake but also all flake inputs
inherit self;
};
nixosTests = {
nixosTests = lib.optionalAttrs (pkgs.stdenv.isLinux) {
# import our test
secrets = import ./secrets nixosTestArgs;
};

View File

@ -25,6 +25,7 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
imports = [
./checks/flake-module.nix