aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-23 06:20:45 +0000
committerBlaž Hrastnik2021-10-24 07:55:43 +0000
commit4b4e972af00a97c7b6e164f4cfdac38954ebae58 (patch)
treefe0945aa8bab6be12183bf11becf7f8a957f6213 /flake.nix
parent971ba8929fcc879c2c24b9ab204849500ffe6fce (diff)
nix: Update lld to 12
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c1145268..296a68d5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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"; }