shithub: qk1

ref: 0f96a8c069a9ea5459f9eb0372316bdb9aa4e526
dir: /shell.nix/

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