shithub: qk1

ref: 08ea19ee8b2e15ade2ba7f2408a14b89225b05b5
dir: /shell.nix/

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