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