shithub: qk1

ref: b223b47fa37a9b31565f81d1fbf538f2d9465105
dir: /shell.nix/

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