Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent b268ac0 commit 3b4af6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 3b4af6d

Please sign in to comment.