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