From e5a01d937f602bd69217f086405677b68d810696 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 4 Oct 2024 17:08:57 -0400 Subject: [PATCH] attr --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 387c79f..140004c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: if: matrix.system == 'aarch64-darwin' || matrix.system == 'x86_64-darwin' run: | nix --accept-flake-config run github:juspay/omnix -- \ - init .#nixos -o /tmp/nixconfig \ + init .#darwin -o /tmp/nixconfig \ --non-interactive \ --params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}' set -x