Skip to content

Commit

Permalink
Merge pull request #133 from roc-lang/flake-llvm-16
Browse files Browse the repository at this point in the history
update flake to llvm 16
  • Loading branch information
Anton-4 authored Nov 19, 2023
2 parents 410b102 + 9a7010e commit d213136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
overlays = [ (import rust-overlay) ];
pkgs = import nixpkgs { inherit system overlays; };

llvmPkgs = pkgs.llvmPackages_13;
llvmPkgs = pkgs.llvmPackages_16;

# get current working directory
cwd = builtins.toString ./.;
Expand Down

0 comments on commit d213136

Please sign in to comment.