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