shithub: qk1

ref: 8e5f152d104f69afa38b12e80439d378a369c71d
dir: /shell.nix/

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