chore(devenv): pin cmake package (for burn-rl > sdl2)

This commit is contained in:
Henri Bourcereau 2026-02-07 08:49:24 +01:00
parent a0f6ee99b2
commit 78ac476919
5 changed files with 2012 additions and 1223 deletions

View file

@ -1,13 +1,16 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
let
pkgs-cmake3 = import inputs.nixpkgs-cmake3 { system = pkgs.stdenv.system; };
in
{
packages = [
# pour burn-rs
pkgs.SDL2_gfx
# (compilation sdl2-sys)
pkgs.cmake
pkgs-cmake3.cmake
pkgs.libxcb
pkgs.libffi
pkgs.wayland-scanner