Skip to content

Instantly share code, notes, and snippets.

@samrat
Created January 27, 2021 14:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save samrat/a2f20dd79678762fb9c46fdf89680431 to your computer and use it in GitHub Desktop.
nix env to build zig(shared by andrewrk)
with import <nixpkgs> {}; {
tmpAoeu = stdenv.mkDerivation {
name = "tmpAoeu";
hardeningDisable = [ "all" ];
buildInputs = [
cmake
llvmPackages_11.clang-unwrapped
llvm_11
lld_11
libffi
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment