shithub: qk1

ref: 2eb12cbb704a50af2de2e064e6be56c8f5577028
dir: /shell.nix/

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