shithub: qk1

ref: 817743a2d1468248a025c4abb9fd5ff43d01e277
dir: /shell.nix/

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