Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent e5a01d9 commit b268ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
--params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}'
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
- name: nix-darwin test
if: matrix.system == 'aarch64-darwin' || matrix.system == 'x86_64-darwin'
Expand All @@ -42,6 +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
# TODO: Use `om init` like above
- name: activate-test
Expand Down

0 comments on commit b268ac0

Please sign in to comment.