mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
Add x86_64-darwin (Intel macOS) to flake.nix
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"x86_64-linux" # 64-bit Intel/AMD Linux
|
"x86_64-linux" # 64-bit Intel/AMD Linux
|
||||||
"aarch64-linux" # 64-bit ARM Linux
|
"aarch64-linux" # 64-bit ARM Linux
|
||||||
"aarch64-darwin" # 64-bit ARM macOS
|
"aarch64-darwin" # 64-bit ARM macOS
|
||||||
|
"x86_64-darwin" # 64-bit Intel macOS
|
||||||
];
|
];
|
||||||
|
|
||||||
forEachSupportedSystem =
|
forEachSupportedSystem =
|
||||||
|
|||||||
Reference in New Issue
Block a user