RM empty keys

This commit is contained in:
Henry Hiles 2025-03-26 14:42:39 -04:00
parent bfbab8799c
commit 4adde2fa7a
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@
dbaeumer.vscode-eslint
esbenp.prettier-vscode
oderwat.indent-rainbow
rust-lang.rust-analyzer
astro-build.astro-vscode
pkief.material-icon-theme
streetsidesoftware.code-spell-checker

View file

@ -1,5 +1,5 @@
with builtins;
filter isString (split "\n" (readFile (fetchurl {
filter (line: isString line && stringLength line != 0) (split "\n" (readFile (fetchurl {
url = "https://git.henryhiles.com/Henry-Hiles.keys";
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
})))