From 57cc4eef4a0923e3c0c78befe1fba047ffe542be Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 4 Apr 2024 14:18:02 -0500 Subject: [PATCH] Add garnix build config. --- garnix.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 garnix.yaml diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 0000000..aab5500 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,8 @@ +--- +# Config for garnix.io builds & caching +builds: + include: + - homeConfigurations.* + - nixosConfigurations.* + - packages.x86_64-linux.* + - packages.aarch64-linux.*