Skip to content

Commit

Permalink
Merge pull request #5194 from wasmerio/run-482-update-nix-flake-devsh…
Browse files Browse the repository at this point in the history
…ell-for-llvm-18

build: Update nix flake devshell for LLVM 18
  • Loading branch information
syrusakbary authored Oct 31, 2024
2 parents a66a662 + 8220a9c commit af6f650
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Wasmer Webassembly runtime";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
flakeutils.url = "github:numtide/flake-utils";
};

Expand Down Expand Up @@ -35,8 +35,8 @@
openssl

# LLVM and related dependencies
llvmPackages_15.libllvm
llvmPackages_15.llvm
llvmPackages_18.libllvm
llvmPackages_18.llvm
libxml2
libffi

Expand Down Expand Up @@ -67,7 +67,7 @@
wasm-tools
];

env.LLVM_SYS_150_PREFIX = pkgs.llvmPackages_15.llvm.dev;
env.LLVM_SYS_180_PREFIX = pkgs.llvmPackages_18.llvm.dev;

# shellHook = ''
# LD_LIBRARY_PATH = "${ env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc pkgs.openssl.out ] }:$LD_LIBRARY_PATH"
Expand Down

0 comments on commit af6f650

Please sign in to comment.