chore: nix fmt
This commit is contained in:
parent
38767905af
commit
f74928ce5f
21 changed files with 60 additions and 71 deletions
|
|
@ -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__
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue