libvibrant: nixfmt

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-10 14:39:30 +01:00
parent 462aa0d282
commit 74ed1f82de
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -1,10 +1,11 @@
{ lib
, stdenv
, fetchFromGitHub
, cmake
, libX11
, libXrandr
, linuxPackages
{
lib,
stdenv,
fetchFromGitHub,
cmake,
libX11,
libXrandr,
linuxPackages,
}:
stdenv.mkDerivation (finalAttrs: {