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