shithub: qk1

ref: 299d5c310d66a57ffef293879cb9c44891968d4d
dir: /shell.nix/

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