chore: nix fmt

This commit is contained in:
Harald Hoyer 2026-05-03 14:48:41 +02:00
parent 38767905af
commit f74928ce5f
21 changed files with 60 additions and 71 deletions

View file

@ -1,5 +1,4 @@
_:
final: prev: {
_: final: prev: {
inetutils = prev.inetutils.overrideAttrs (old: {
# Fix gnulib variadic macro error on Darwin with newer Clang
# The error.h macro __gl_error_call1 has issues with __VA_ARGS__

View file

@ -1,5 +1,4 @@
_:
final: prev: {
_: final: prev: {
gnome-console = prev.gnome-console.overrideAttrs (prevAttrs: {
patches = (prevAttrs.patches or [ ]) ++ [
./gnome-console-Add-image-and-file-path-pasting-support-for.patch

View file

@ -36,8 +36,7 @@ final: prev: {
hash = "sha256-GCAOKYyijaQPVBgAixoZRPHIdiUfV8mPeeflE7aX8Ac=";
};
}
.${prev.stdenv.system}
or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
.${prev.stdenv.system} or (throw "unsupported system ${prev.stdenv.hostPlatform.system}")
);
});
# gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };