shithub: qk1

ref: a02168a3f20db6754ba6110c6e734b133a996651
dir: /shell.nix/

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