Update .github/workflows/daily-flake-update.yml

This commit is contained in:
zoey 2025-05-30 10:46:58 -04:00
parent 20599921a1
commit 75194b33b0

View file

@ -79,7 +79,6 @@ jobs:
- name: Update flake inputs
id: flake-update
run: |
cd nixos
nix flake update
if [[ -z "$(git status --porcelain)" ]]; then