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