mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 09:57:02 +00:00
alacritty: spell darwin platform correctly
This commit is contained in:
parent
cb66cb13a9
commit
13b2903169
1 changed files with 1 additions and 1 deletions
|
@ -119,6 +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" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue