swayosd: format with nixfmt
This commit is contained in:
parent
18536bf04c
commit
35d8ef7a4d
@ -1,23 +1,23 @@
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, wrapGAppsHook3
|
||||
, brightnessctl
|
||||
, cargo
|
||||
, coreutils
|
||||
, gtk-layer-shell
|
||||
, libevdev
|
||||
, libinput
|
||||
, libpulseaudio
|
||||
, meson
|
||||
, ninja
|
||||
, rustc
|
||||
, sassc
|
||||
, stdenv
|
||||
, udev
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
wrapGAppsHook3,
|
||||
brightnessctl,
|
||||
cargo,
|
||||
coreutils,
|
||||
gtk-layer-shell,
|
||||
libevdev,
|
||||
libinput,
|
||||
libpulseaudio,
|
||||
meson,
|
||||
ninja,
|
||||
rustc,
|
||||
sassc,
|
||||
stdenv,
|
||||
udev,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "swayosd";
|
||||
version = "0-unstable-2024-04-15";
|
||||
@ -74,7 +74,11 @@ stdenv.mkDerivation rec {
|
||||
description = "GTK based on screen display for keyboard shortcuts";
|
||||
homepage = "https://github.com/ErikReider/SwayOSD";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ aleksana barab-i sergioribera ];
|
||||
maintainers = with maintainers; [
|
||||
aleksana
|
||||
barab-i
|
||||
sergioribera
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user