silence apt-get

This commit is contained in:
Daylin Morgan 2024-06-20 11:17:27 -05:00
parent cea8b1a18d
commit d23eac866f
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ runs:
sudo apt-get purge \ sudo apt-get purge \
--allow-remove-essential \ --allow-remove-essential \
-qq \ -qq \
$(non_manifest_packages) & $(non_manifest_packages) > /dev/null &
fi fi
wait wait

View file

@ -52,10 +52,10 @@ jobs:
- name: Build - name: Build
run: | run: |
for host in ${{ inputs.host }}; do nix run . \
cachix watch-exec daylin -- \ -- \
oizys build --system-path \ build --system-path \
--host "$host" \ --host "$host" \
--flake . -- \ --flake . \
-- \
--print-build-logs --print-build-logs
done