fixes and formatting

This commit is contained in:
Henry Hiles 2025-09-23 09:17:26 -04:00
commit 80cf48f1e8
No known key found for this signature in database
71 changed files with 746 additions and 1110 deletions

View file

@ -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";
})
)
)