shithub: qk1

ref: 8a7a14f7c62afe6b89e1c1da71252aa2585eb09b
dir: /shell.nix/

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