shithub: qk1

ref: fc9ace41c8767b2b4aed491fe360f39600e33ebb
dir: /shell.nix/

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