nix: bump

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-30 01:30:44 +05:30
parent 0f09874929
commit 03dbb7052f
3 changed files with 4 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
packages.matar-clang = pkgs.callPackage ./build.nix { inherit src libraries stdenv; };
devShells.matar-clang = pkgs.callPackage ./shell.nix {
inherit libraries stdenv;
tools = with pkgs; [ clang-tools_16 ];
tools = with pkgs; [ (clang-tools_16.override { enableLibcxx = true; }) ];
};
};
}