1 Star 1 Fork 0

xiaoyang/azerothcore-wotlk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
flake.nix 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
description = "Complete Open Source and Modular solution for MMO";
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
systems =
[ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
perSystem = { config, self', inputs', pkgs, system, ... }: {
devShells = {
default = pkgs.mkShell.override { stdenv = pkgs.clangStdenv; } {
nativeBuildInputs = with pkgs; [
boost
cmake
openssl
libmysqlclient
readline
bzip2
];
MYSQL_INCLUDE_DIR = pkgs.libmysqlclient.dev + "/include/mysql";
};
};
};
};
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoyang1521/azerothcore-wotlk.git
git@gitee.com:xiaoyang1521/azerothcore-wotlk.git
xiaoyang1521
azerothcore-wotlk
azerothcore-wotlk
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385