Skip to content

Commit

Permalink
um
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent 8d77a73 commit fe07227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: NixOS test
if: matrix.system == 'x86_64-linux'
run: |
mkdir -p {{ runner.temp }}//nixos && cd $_
mkdir {{ runner.temp }}/nixos && cd $_
pwd
om init .#nixos -o . \
--non-interactive \
--params '{"hostname": "example", "username": "srid", "git-name": "Srid", "git-email": "srid@srid.ca"}'
Expand Down

0 comments on commit fe07227

Please sign in to comment.