From b1598a4e47d35acc7c600f3632b31c1e5e658352 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 19 Feb 2024 11:31:58 -0600 Subject: [PATCH] Beef up Garnix targets --- garnix.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/garnix.yaml b/garnix.yaml index 252ca08..fa8b2e2 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,7 +1,11 @@ builds: - exclude: [] + exclude: + - devShells.i686-linux.default include: - darwinConfigurations.*.system - devShells.*.default - homeConfigurations.* - nixosConfigurations.* + - packages.x86_64-linux.* + - packages.aarch64-linux.* + - packages.aarch64-darwin.*