mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
alt-tab-macos: format with nixfmt-rfc-style
This commit is contained in:
parent
aaf76c3cad
commit
fd07fb8707
@ -1,7 +1,8 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenvNoCC
|
lib,
|
||||||
, fetchurl
|
stdenvNoCC,
|
||||||
, unzip
|
fetchurl,
|
||||||
|
unzip,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
@ -31,7 +32,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://alt-tab-macos.netlify.app";
|
homepage = "https://alt-tab-macos.netlify.app";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ emilytrau Enzime ];
|
maintainers = with maintainers; [
|
||||||
|
emilytrau
|
||||||
|
Enzime
|
||||||
|
];
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user