shithub: qk1

ref: b85143c529f1ca238611290e73fae27320479b0b
dir: /shell.nix/

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