shithub: qk1

ref: d1fe886f1a8dc1525299ae4a0111b04f5326bfcb
dir: /shell.nix/

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