Commit Graph

3 Commits

Author SHA1 Message Date
06kellyjac
01c32e49a9 deno: avoid nix-prefetch error
nix-prefetch is failing with an error containing
'allow-unsafe-native-code-during-evaluation'.
This change avoids and handles this error so the update still used.

This isn't intended as a permanent fix but it works for now.
2020-08-21 23:08:15 +01:00
06kellyjac
5adbf9ad39 deno: fix update script dependency
nix-prefetch-url comes with nix and isn't a package on it's own
2020-06-15 10:45:43 +01:00
06kellyjac
55da692e6f deno: add updateScript for automatic updates
This'll save time and avoid human error.
Wrote in deno typescript because why not.
2020-06-06 16:21:38 +01:00