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