chore: enable x86 on sashimi

This commit is contained in:
winston 2023-10-05 08:47:23 +02:00
parent b1bc97369c
commit 158bd1df2d
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -55,4 +55,6 @@
};
};
};
settings.nix.extra-platforms = ["x86_64-darwin" "aarch64-darwin"];
}