Skip to content

Instantly share code, notes, and snippets.

@andrewrk
Created April 30, 2025 17:15
Show Gist options
  • Save andrewrk/18d9935bcc63bc38d6ac8ddd0135dfc6 to your computer and use it in GitHub Desktop.
Save andrewrk/18d9935bcc63bc38d6ac8ddd0135dfc6 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {}; {
tmpAoeu = stdenv.mkDerivation {
name = "zig-no-llvm";
hardeningDisable = [ "all" ];
buildInputs = [
cmake
ninja
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment