mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
picocom: format with nixfmt-rfc-style
This commit is contained in:
parent
0ac4e0f008
commit
dfa36a3e5c
@ -1,8 +1,10 @@
|
|||||||
{ lib, stdenv
|
{
|
||||||
, fetchFromGitHub
|
lib,
|
||||||
, installShellFiles
|
stdenv,
|
||||||
, lrzsz
|
fetchFromGitHub,
|
||||||
, darwin
|
installShellFiles,
|
||||||
|
lrzsz,
|
||||||
|
darwin,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user