From 9e47a45f09d869da08bcf4737c4eaf78065e04be Mon Sep 17 00:00:00 2001 From: Tomas Olvecky Date: Wed, 15 Jan 2025 15:26:38 +0100 Subject: [PATCH] build: Set up garnix --- README.md | 1 + garnix.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 garnix.yaml diff --git a/README.md b/README.md index c723c19a..edfaf385 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ nix run github:obeli-sk/obelisk # Install to the user's profile: nix profile install github:obeli-sk/obelisk ``` +Setting up the [Garnix Cache](https://garnix.io/docs/caching) is recommended to speed up the build. ## Getting Started diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 00000000..da1f53a9 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,4 @@ +builds: + branch: main + include: + - "packages.x86_64-linux.default"