This commit is contained in:
Danilo Reyes 2025-09-28 12:19:30 -06:00
parent e86ca773b8
commit 0922222149

View File

@ -20,20 +20,20 @@ jobs:
git config user.name "NixOS Builder Bot" git config user.name "NixOS Builder Bot"
git config user.email "noreply@servidos.lat" git config user.email "noreply@servidos.lat"
# - name: Update flake inputs - name: Update flake inputs
# run: | run: |
# nix flake update nix flake update
# - name: Check for changes - name: Check for changes
# id: check_changes id: check_changes
# run: | run: |
# if git diff --quiet flake.lock; then if git diff --quiet flake.lock; then
# echo "changes=false" >> $GITHUB_OUTPUT echo "changes=false" >> $GITHUB_OUTPUT
# echo "No changes in flake.lock" echo "No changes in flake.lock"
# else else
# echo "changes=true" >> $GITHUB_OUTPUT echo "changes=true" >> $GITHUB_OUTPUT
# echo "Changes detected in flake.lock" echo "Changes detected in flake.lock"
# fi fi
- name: Configure Attic cache - name: Configure Attic cache
if: steps.check_changes.outputs.changes == 'true' if: steps.check_changes.outputs.changes == 'true'