RM empty keys
This commit is contained in:
parent
bfbab8799c
commit
4adde2fa7a
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
dbaeumer.vscode-eslint
|
dbaeumer.vscode-eslint
|
||||||
esbenp.prettier-vscode
|
esbenp.prettier-vscode
|
||||||
oderwat.indent-rainbow
|
oderwat.indent-rainbow
|
||||||
|
rust-lang.rust-analyzer
|
||||||
astro-build.astro-vscode
|
astro-build.astro-vscode
|
||||||
pkief.material-icon-theme
|
pkief.material-icon-theme
|
||||||
streetsidesoftware.code-spell-checker
|
streetsidesoftware.code-spell-checker
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
with builtins;
|
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";
|
url = "https://git.henryhiles.com/Henry-Hiles.keys";
|
||||||
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
|
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
|
||||||
})))
|
})))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue