shithub: qk1

ref: 68f10f24e4b06bfb645839f517ef8c68b898b393
dir: /shell.nix/

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