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