working in zig build

This commit is contained in:
k
2025-07-01 02:16:44 -04:00
parent 89e00df712
commit fc32b56a2f
11 changed files with 185 additions and 46 deletions

View File

@@ -1,11 +1,9 @@
{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell rec {
packages = [gdb clang-tools uchess cutechess];
packages = [gdb zls uchess cutechess];
nativeBuildInputs = [
pkg-config
gcc
gnumake
zig
];
buildInputs = [
];