shithub: qk1

ref: 26684157e0d0b5885f33e88c4d31805f48fa5d15
dir: /shell.nix/

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