nixos/nixpkgs: replace x86_64-darwin in test

This commit is contained in:
Emily
2026-02-18 05:23:31 +00:00
parent 9b714b6b58
commit b4a2fd42de
+1 -1
View File
@@ -36,7 +36,7 @@ let
nixpkgs.hostPlatform = "aarch64-linux";
nixpkgs.buildPlatform = "aarch64-darwin";
nixpkgs.system = "x86_64-linux";
nixpkgs.localSystem.system = "x86_64-darwin";
nixpkgs.localSystem.system = "x86_64-freebsd";
nixpkgs.crossSystem.system = "i686-linux";
imports = [
{