From 7eafc7b1e4b895d1986280e192aa8d493fff8d96 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 5 Jun 2026 09:53:15 +0900 Subject: nix: update flake lock Was unfortunately not able to implement vm test suite before this release. Hopefully the last nixos update we have to follow. Signed-off-by: Ophestra --- package.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'package.nix') diff --git a/package.nix b/package.nix index d9fbd826..ff0d7a07 100644 --- a/package.nix +++ b/package.nix @@ -11,7 +11,10 @@ wayland, wayland-protocols, wayland-scanner, - xorg, + + libxcb, + libxau, + libxdmcp, # for sharefs fuse3, @@ -19,6 +22,7 @@ # for passthru.buildInputs go_1_26, clang, + xorgproto, # for check util-linux, @@ -90,12 +94,11 @@ buildGo126Module rec { fuse3 acl wayland - ] - ++ (with xorg; [ + libxcb - libXau - libXdmcp - ]); + libxau + libxdmcp + ]; nativeBuildInputs = [ pkg-config @@ -128,7 +131,7 @@ buildGo126Module rec { targetPkgs = [ go_1_26 clang - xorg.xorgproto + xorgproto util-linux # for go generate -- cgit v1.3.1