This commit is contained in:
Henry Hiles 2025-03-25 17:01:59 -04:00
commit f6b82815ad
No known key found for this signature in database
6 changed files with 58 additions and 18 deletions

View file

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

BIN
secrets/runnerToken.age Normal file

Binary file not shown.

View file

@ -1 +0,0 @@
with builtins; filter isString (split "\n" (readFile (fetchurl "https://github.com/Henry-Hiles.keys")))