spiped: format with nixfmt

This commit is contained in:
Tom Fitzhenry 2024-10-21 18:42:22 +11:00 committed by tomf
parent 61a8dd4898
commit 76cc1fd923

View File

@ -1,4 +1,10 @@
{ lib, stdenv, fetchurl, openssl, coreutils }:
{
lib,
stdenv,
fetchurl,
openssl,
coreutils,
}:
stdenv.mkDerivation rec {
pname = "spiped";