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