shithub: qk1

ref: 02d16fad3aa65b08b6e947d4c2e8745d041638c4
dir: /shell.nix/

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