shithub: qk1

ref: 2e939eac354f07bd26437ccce0fb446c6bbc3b7e
dir: /shell.nix/

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