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