shithub: qk1

ref: 7616b2f22d8e090dcbea817aee2cd819bc41bda7
dir: /shell.nix/

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