From b417e198a18c7cb36f7a02f66237eebdd681a375 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 23 Sep 2022 10:18:39 -0500 Subject: [PATCH] Add garnix.yaml configuration for CI --- 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..88980a4 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,8 @@ +builds: + include: + - '*.x86_64-linux.*' + - defaultPackage.x86_64-linux + - homeConfigurations.* + - darwinConfigurations.* + exclude: + - nixosConfiguration.linode