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