From 3b4af6dbca3214647c682276da29451af4a56349 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 4 Oct 2024 17:15:28 -0400 Subject: [PATCH] git --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cab67fc..edd9a6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: set -x nix build /tmp/nixconfig#nixosConfigurations.example.config.system.build.toplevel ls -lR result/ - type -f ./result/etc/profiles/per-user/runner/bin/nvim + type -f ./result/etc/profiles/per-user/runner/bin/git - name: nix-darwin test if: matrix.system == 'aarch64-darwin' || matrix.system == 'x86_64-darwin' @@ -44,7 +44,7 @@ jobs: --params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}' set -x nix build /tmp/nixconfig#darwinConfigurations.example.config.system.build.toplevel - type -f ./result/etc/profiles/per-user/runner/bin/nvim + type -f ./result/etc/profiles/per-user/runner/bin/git # TODO: Use `om init` like above - name: activate-test