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