shithub: qk1

ref: 6dd66847bebc0aff09e8d74d60d096e925c6a9c9
dir: /shell.nix/

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