alacritty: restrict platforms to x86_64-{linux,darwin}
This commit is contained in:
parent
cb6ccb6a7e
commit
350c79f983
@ -119,5 +119,6 @@ in buildRustPackage rec {
|
|||||||
homepage = https://github.com/jwilm/alacritty;
|
homepage = https://github.com/jwilm/alacritty;
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
|
platforms = [ "x86_64-linux" "x86-64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user