shithub: qk1

ref: 22dd430835b38b169155cace21b85b4de0cf8798
dir: /shell.nix/

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