Commit 76cc1fd9 authored by Tom Fitzhenry's avatar Tom Fitzhenry Committed by tomf
Browse files

spiped: format with nixfmt

parent 61a8dd48
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, openssl, coreutils }:
{
  lib,
  stdenv,
  fetchurl,
  openssl,
  coreutils,
}:

stdenv.mkDerivation rec {
  pname = "spiped";