shithub: qk1

ref: 11daf02d521a0e7d13085167e81246d9b1e88283
dir: /shell.nix/

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