writers: format
This commit is contained in:
parent
79ea3ccbc8
commit
03831816d8
1 changed files with 10 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
glib,
|
||||
haskellPackages,
|
||||
lib,
|
||||
nodePackages,
|
||||
perlPackages,
|
||||
python2Packages,
|
||||
python3Packages,
|
||||
runCommand,
|
||||
writers,
|
||||
writeText
|
||||
{ glib
|
||||
, haskellPackages
|
||||
, lib
|
||||
, nodePackages
|
||||
, perlPackages
|
||||
, python2Packages
|
||||
, python3Packages
|
||||
, runCommand
|
||||
, writers
|
||||
, writeText
|
||||
}:
|
||||
with writers;
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue