diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0cc1227..2596c3f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -27,7 +27,7 @@ jobs: - name: update lockfile run: | - cd examples/custom ; nix flake update + cd examples/custom ; nix flake update ; cd - cd examples/defaults ; nix flake update - name: Commit and push