about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2020-11-21 14:31:58 +0000
committerGitHub <noreply@github.com>2020-11-21 14:31:58 +0000
commit547d660f64cbf9f727e3c0ca28982bc9b70e6d6a (patch)
treef5915d6db3f321dc4c0e319853c21b356d04741c /nixos/modules
parentecf9cd6a9ad88e75d07488c3588eb8271fa3d2a0 (diff)
parentfc6948cd478ee0506608f8513ba64c7a5e23bfe3 (diff)
Merge pull request #104052 from TredwellGit/nixos/malloc
nixos/malloc: fix Scudo
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/config/malloc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/malloc.nix b/nixos/modules/config/malloc.nix
index 31a659ee83fe9..a3eb55d8a42e8 100644
--- a/nixos/modules/config/malloc.nix
+++ b/nixos/modules/config/malloc.nix
@@ -23,7 +23,7 @@ let
     };
 
     scudo = {
-      libPath = "${pkgs.llvmPackages.compiler-rt}/lib/linux/libclang_rt.scudo-x86_64.so";
+      libPath = "${pkgs.llvmPackages_latest.compiler-rt}/lib/linux/libclang_rt.scudo-x86_64.so";
       description = ''
         A user-mode allocator based on LLVM Sanitizer’s CombinedAllocator,
         which aims at providing additional mitigations against heap based