Skip to content

Commit

Permalink
nix: Update lld to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 24, 2021
1 parent 971ba89 commit 4b4e972
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 @@ -63,7 +63,7 @@
'';
};
shell = common: prev: {
packages = prev.packages ++ (with common.pkgs; [ lld_10 lldb cargo-tarpaulin ]);
packages = prev.packages ++ (with common.pkgs; [ lld_12 lldb cargo-tarpaulin ]);
env = prev.env ++ [
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
{ name = "RUST_BACKTRACE"; value = "1"; }
Expand Down

0 comments on commit 4b4e972

Please sign in to comment.