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

@ -99,7 +99,7 @@ jobs:
nix run . nix run .
-- --
build build
$(nix run . -- output --host "${{ matrix.host }}" --flake .) "$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake . --flake .
--debug --debug
-- --
@ -118,7 +118,7 @@ jobs:
nix run . nix run .
-- --
build build
$(nix run . -- output --host "${{ matrix.host }}" --flake .) "$(nix run . -- output --host "${{ matrix.host }}" --flake .)"
--flake . --flake .
--debug --debug
-- --