shithub: qk1

ref: 05c4f601bbbbe2f1943b25dab7ad7b6eca5e7182
dir: /shell.nix/

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