commit | 703e75a1f35c31636ca5eb84a302eb7a26e9943a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jun 08 13:39:50 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Jun 08 13:39:50 2023 +0200 |
tree | 7a3821265fba765759d114f9f7b28f4f9a9fd725 | |
parent | 874a2a8b163b1a6dbc6b708e43ee798a507ae10b [diff] |
Add garnix CI cache
diff --git a/modules/cache.nix b/modules/cache.nix new file mode 100644 index 0000000..eee9d79 --- /dev/null +++ b/modules/cache.nix
@@ -0,0 +1,8 @@ +{ + nix.settings = { + substituters = [ "https://cache.garnix.io" ]; + trusted-public-keys = [ + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + ]; + }; +}