shithub: qk1

ref: 41b4118b3aaed6b19c909377662ac71dc0aa7ce4
dir: /shell.nix/

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