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