import std

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-05 03:17:42 +03:00
parent 9d39cd9a38
commit 2e38196ea5
9 changed files with 63 additions and 21 deletions

View File

@@ -23,11 +23,17 @@
in
{
devShells.default = pkgs.mkShell.override { stdenv = pkgs.llvmPackages_20.libcxxStdenv; } {
hardeningDisable = [ "fortify" ];
packages = with pkgs; [
(pkgs.callPackage ./nix/cmake-importstd-patched/package.nix {
libcxx = pkgs.llvmPackages_20.libcxx;
})
pkg-config
cmake
ninja
clang-tools
(pkgs.llvmPackages_20.clang-tools.override { enableLibcxx = true; })
lldb
# For wlroots