shithub: qk1

ref: f925d22c8fba04eb85fa9e39dd5f034ec4f6e764
dir: /shell.nix/

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