treecat: format with nixfmt-rfc-style
This commit is contained in:
parent
f1eabff06e
commit
cadd323c20
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user