nix: update flake lock
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 4m5s
Test / Sandbox (race detector) (push) Successful in 5m45s
Test / Hakurei (race detector) (push) Successful in 7m0s
Test / Hakurei (push) Successful in 2m23s
Test / Flake checks (push) Successful in 1m14s
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m52s
Test / ShareFS (push) Successful in 4m5s
Test / Sandbox (race detector) (push) Successful in 5m45s
Test / Hakurei (race detector) (push) Successful in 7m0s
Test / Hakurei (push) Successful in 2m23s
Test / Flake checks (push) Successful in 1m14s
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 <cat@gensokyo.uk>
This commit is contained in:
17
package.nix
17
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
|
||||
|
||||
Reference in New Issue
Block a user