shithub: qk1

ref: d258601b9d19bda4cced2485ef239d6ed46922c4
dir: /shell.nix/

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