style(external): Minor formatting fixes
This commit is contained in:
parent
0dfa5d15fa
commit
39e73f42b2
1 changed files with 11 additions and 1 deletions
12
external/default.nix
vendored
12
external/default.nix
vendored
|
@ -3,7 +3,17 @@
|
||||||
{ pkgs, program, package }:
|
{ pkgs, program, package }:
|
||||||
|
|
||||||
let
|
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;
|
inherit (pkgs) lib runCommand go jq ripgrep;
|
||||||
|
|
||||||
pathToName = p: replaceStrings ["/"] ["_"] (toString p);
|
pathToName = p: replaceStrings ["/"] ["_"] (toString p);
|
||||||
|
|
Loading…
Reference in a new issue