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