treecat: format with nixfmt-rfc-style

This commit is contained in:
Coutinho de Souza 2024-05-16 20:11:11 -03:00
parent f1eabff06e
commit cadd323c20
No known key found for this signature in database
GPG Key ID: 59081FCB8F9AABB5

View File

@ -1,15 +1,19 @@
{ stdenv
, fetchFromSourcehut
, hare
, haredo
, lib
, scdoc
{
stdenv,
fetchFromSourcehut,
hare,
haredo,
lib,
scdoc,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "treecat";
version = "1.0.2-unstable-2023-11-28";
outputs = [ "out" "man" ];
outputs = [
"out"
"man"
];
src = fetchFromSourcehut {
owner = "~autumnull";