This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user