aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-07-15 00:38:11 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-07-15 00:38:11 +0900
commit190eb088bcf338a9489dfe409acc13d11de4039f (patch)
tree6c98e5491445379740df4840fe9a1392092743ec /flake.nix
parent518fd54ff3c7fe718f81a995f75913d1fdd6fc31 (diff)
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 <cat@ophivana.moe>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d79a3c14..cba5051f 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'
'')