Fix building hijiri

This commit is contained in:
Nikodem Rabuliński 2023-09-25 21:17:06 +02:00
parent 114e747b44
commit b57708bb3e
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB

View file

@ -1,5 +1,5 @@
{
configurations.darwin.hijiri = {
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs.system = "aarch64-darwin";
};
}