shithub: qk1

ref: a5b441d0296071fa3b3eb6a3e7501e781da9cb4d
dir: /shell.nix/

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