Skip to content

Commit

Permalink
update flake to llvm 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 19, 2023
1 parent 410b102 commit 9a7010e
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 9a7010e

Please sign in to comment.