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