shithub: qk1

ref: 73fca33b06e2ebb61473d295fdd39f8bbf57e4dd
dir: /shell.nix/

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