From 190eb088bcf338a9489dfe409acc13d11de4039f Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 15 Jul 2024 00:38:11 +0900 Subject: [PATCH] nix: add libxcb package to dev shell Since we link libxcb as well now this is needed in the dev shell for it to build properly without impure. Signed-off-by: Ophestra Umiker --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index d79a3c1..cba5051 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ packages = [ clang acl + xorg.libxcb (pkgs.writeShellScriptBin "build" '' go build -v -ldflags '-s -w -X main.Version=flake' '')