shithub: qk1

ref: ded5393bc7cf05e361bddc4cb5e3d4a8fb08edcd
dir: /shell.nix/

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