feat: add Elsword GE build project
build-elsword-ge / build (push) Has been cancelled

This commit is contained in:
magges
2026-06-27 11:23:40 +02:00
parent f3817f7c82
commit 23e0101e20
14 changed files with 1378 additions and 667 deletions
+18 -2
View File
@@ -1,9 +1,9 @@
{
description = "Build versioned Elsword Proton-GE tools with DXVK and sniper runtime";
description = "Gitea-ready custom Proton-GE 11 build project for Elsword";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }:
outputs = { nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
@@ -11,13 +11,29 @@
{
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
bash
binutils
cmake
coreutils
curl
findutils
gawk
git
gnugrep
gnused
gnutar
glslang
jq
meson
ninja
patchelf
perl
pkg-config
python3
wget
which
xz
zstd
wineWow64Packages.stable
pkgsCross.mingw32.stdenv.cc
pkgsCross.mingwW64.stdenv.cc