shithub: qk1

ref: 94d0eb470742c70f790de8ffb92f83a7ba88afa0
dir: /shell.nix/

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