add regression test for macOS evaluation

This commit is contained in:
Jörg Thalheim
2025-06-29 23:50:17 +02:00
parent 37611d2477
commit 14226d222e
4 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{
# Basic system configuration
system.stateVersion = 5;
# Set the nixpkgs system
nixpkgs.hostPlatform = "aarch64-darwin";
}