ref: 0dc9ef358fb9de3a87a1f54ffaf6ce4b05892f24 dir: /shell.nix/
with import <nixpkgs> {}; stdenvNoCC.mkDerivation { name = "qk1"; buildInputs = with pkgs; [ SDL2 openal pkg-config meson ninja gcc13 ]; }