style(external): Minor formatting fixes

This commit is contained in:
Vincent Ambo 2019-12-12 23:30:47 +00:00 committed by Vincent Ambo
parent 0dfa5d15fa
commit 39e73f42b2

12
external/default.nix vendored
View file

@ -3,7 +3,17 @@
{ pkgs, program, package }:
let
inherit (builtins) elemAt foldl' fromJSON head length readFile replaceStrings tail throw;
inherit (builtins)
elemAt
foldl'
fromJSON
head
length
readFile
replaceStrings
tail
throw;
inherit (pkgs) lib runCommand go jq ripgrep;
pathToName = p: replaceStrings ["/"] ["_"] (toString p);