shithub: qk1

ref: 07150873bdc2c1c8570bb1f34821eab8ccb744cf
dir: /shell.nix/

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