diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 989ce945..0c06fc81 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -39,6 +39,7 @@ jobs: run: | echo "Running Nix Flake Update" cd /workspace/albert/nix + git pull nix --extra-experimental-features "nix-command flakes" flake update echo "Git Diff:" git diff @@ -60,4 +61,4 @@ jobs: gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed' notification_message: 'Your build has failed. Check Forgejo.' - name: "Send Notification" \ No newline at end of file + name: "Send Notification"