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