alt-tab-macos: format with nixfmt-rfc-style

This commit is contained in:
DontEatOreo 2024-05-15 23:40:00 +03:00
parent aaf76c3cad
commit fd07fb8707
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -1,7 +1,8 @@
{ lib
, stdenvNoCC
, fetchurl
, unzip
{
lib,
stdenvNoCC,
fetchurl,
unzip,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@ -31,7 +32,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://alt-tab-macos.netlify.app";
license = licenses.gpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [
emilytrau
Enzime
];
platforms = platforms.darwin;
};
})