hareThirdParty.hare-ssh: format with nixfmt-rfc-style

This commit is contained in:
Coutinho de Souza
2024-05-23 20:07:07 -03:00
parent 676a48a5ea
commit f3057406bf
+7 -2
View File
@@ -1,8 +1,13 @@
{ lib, stdenv, hare, hareThirdParty, fetchFromSourcehut }:
{
fetchFromSourcehut,
hare,
lib,
stdenv,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hare-ssh";
version = "unstable-2023-11-16";
version = "0-unstable-2023-11-16";
src = fetchFromSourcehut {
owner = "~sircmpwn";