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