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