fixes and formatting
This commit is contained in:
parent
a6c96c23ae
commit
80cf48f1e8
71 changed files with 746 additions and 1110 deletions
|
|
@ -1,5 +1,9 @@
|
|||
with builtins;
|
||||
filter (line: isString line && stringLength line != 0) (split "\n" (readFile (fetchurl {
|
||||
url = "https://git.federated.nexus/Henry-Hiles.keys";
|
||||
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
|
||||
})))
|
||||
filter (line: isString line && stringLength line != 0) (
|
||||
split "\n" (
|
||||
readFile (fetchurl {
|
||||
url = "https://git.federated.nexus/Henry-Hiles.keys";
|
||||
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
|
||||
})
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue