shithub: qk1

ref: 8178edf7dadc13301de98099b987eefffd3adca6
dir: /shell.nix/

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