shithub: qk1

ref: d1fec3d8bcbd0e2d1ec505e45fbf59bb5676ce83
dir: /shell.nix/

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