shithub: qk1

ref: c8eebb954f8a7d7c7511bf504f3bc20798af3cc3
dir: /shell.nix/

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