switch to alejandra for nix formatting

This commit is contained in:
Robin Appelman 2024-12-23 22:55:24 +01:00
commit 576d0418c8
8 changed files with 500 additions and 386 deletions

View file

@ -1,12 +1,12 @@
{
"openssl-sys" = { build = [ "openssl" ]; };
"libudev-sys" = { build = [ "eudev" ]; };
"libdbus-sys" = { build = [ "dbus" ]; };
"expat-sys" = { native = [ "cmake" ]; };
"servo-fontconfig-sys" = { build = [ "fontconfig" ]; };
"x11-dl" = { build = [ "xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi" ]; };
"glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; };
"wayland-egl" = { build = [ "egl-wayland" ]; };
"wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; };
"libsodium-sys" = { build = [ "libsodium" ]; };
"openssl-sys" = {build = ["openssl"];};
"libudev-sys" = {build = ["eudev"];};
"libdbus-sys" = {build = ["dbus"];};
"expat-sys" = {native = ["cmake"];};
"servo-fontconfig-sys" = {build = ["fontconfig"];};
"x11-dl" = {build = ["xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi"];};
"glutin_glx_sys" = {runtime = ["libGL" "libGLU"];};
"wayland-egl" = {build = ["egl-wayland"];};
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
"libsodium-sys" = {build = ["libsodium"];};
}