Unverified Commit 6521bf43 authored by seth's avatar seth
Browse files

niri: format with nixfmt

parent f6f24b0b
Loading
Loading
Loading
Loading
+25 −20
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, nix-update-script
, pkg-config
, libdisplay-info
, libxkbcommon
, pango
, pipewire
, seatd
, stdenv
, wayland
, systemd
, libinput
, mesa
, fontconfig
, libglvnd
, autoPatchelfHook
, clang
{
  lib,
  rustPlatform,
  fetchFromGitHub,
  nix-update-script,
  pkg-config,
  libdisplay-info,
  libxkbcommon,
  pango,
  pipewire,
  seatd,
  stdenv,
  wayland,
  systemd,
  libinput,
  mesa,
  fontconfig,
  libglvnd,
  autoPatchelfHook,
  clang,
}:

rustPlatform.buildRustPackage rec {
@@ -86,7 +87,11 @@ rustPlatform.buildRustPackage rec {
    description = "Scrollable-tiling Wayland compositor";
    homepage = "https://github.com/YaLTeR/niri";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ iogamaster foo-dogsquared sodiboo ];
    maintainers = with maintainers; [
      iogamaster
      foo-dogsquared
      sodiboo
    ];
    mainProgram = "niri";
    platforms = platforms.linux;
  };