From 9664ea754ca4a0cda52a76603391699e9ce9fad7 Mon Sep 17 00:00:00 2001
From: Florian RICHER <florian.richer@protonmail.com>
Date: Mon, 7 Apr 2025 13:11:19 +0200
Subject: [PATCH] flake: Fix missing libstdc++

---
 flake.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flake.nix b/flake.nix
index 565976b..4f7cd2e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,6 +39,8 @@
 
         buildInputs = with pkgs; [ vulkan-headers vulkan-loader vulkan-validation-layers renderdoc ]
           ++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs; [
+          stdenv.cc.cc.lib
+
           # Wayland
           libxkbcommon
           wayland