indentation

This commit is contained in:
Daylin Morgan 2024-09-09 08:18:12 -05:00
parent b872208718
commit 24829d6de2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -97,15 +97,15 @@ jobs:
- name: Build
run: >
nix run .
--
build
$(nix run . -- output --host "${{ matrix.host }}" --flake .)
--flake .
--debug
--
--keep-going
--print-build-logs
--out-link current
--
build
"$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake .
--debug
--
--keep-going
--print-build-logs
--out-link current
- run: git checkout flake-lock
@ -116,15 +116,15 @@ jobs:
- name: Build Updated
run: >
nix run .
--
build
$(nix run . -- output --host "${{ matrix.host }}" --flake .)
--flake .
--debug
--
--keep-going
--print-build-logs
--out-link updated
--
build
"$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake .
--debug
--
--keep-going
--print-build-logs
--out-link updated
- run: |
echo "# System Diff" >> $GITHUB_STEP_SUMMARY