shithub: qk1

ref: 5a6ed7f45e6d79d0a555c26ac87b0c0c2f0bfc6d
dir: /shell.nix/

View raw version
with import <nixpkgs> {};
stdenvNoCC.mkDerivation {
 name = "qk1";
 buildInputs = with pkgs; [
  SDL2
  openal
  pkg-config
  gcc13
 ];
}