shithub: qk1

ref: 49a810aeb5cb996bf9a6d4e3c38fc4d17fb77610
dir: /shell.nix/

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