shithub: qk1

ref: a4c94ff0a55c99b2bf3aab13bcea037b76ab43f2
dir: /shell.nix/

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