Skip to content

Instantly share code, notes, and snippets.

@sleexyz
Created May 26, 2023 19:37
Show Gist options
  • Save sleexyz/0dd79f330be54aa44e26fdfb79f42000 to your computer and use it in GitHub Desktop.
Save sleexyz/0dd79f330be54aa44e26fdfb79f42000 to your computer and use it in GitHub Desktop.
zcc = pkgs.writeShellScriptBin "zcc" ''
export ZIG_LOCAL_CACHE_DIR=$TMPDIR/zig-cache
export ZIG_GLOBAL_CACHE_DIR=$ZIG_LOCAL_CACHE_DIR
${pkgs.zig}/bin/zig cc $@
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment