shithub: qk1

ref: c1d7ea02c5c1be39e41a1fa19d43212269ef2be5
dir: /shell.nix/

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