shithub: qk1

ref: 88418ce4fd49ee62171f01ba90d591e3e6858fc8
dir: /shell.nix/

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