Remove dependency update command from workflow

Removed the command to update dependencies in the RDE template.
This commit is contained in:
Daniel Winkler 2026-05-03 16:39:21 +10:00 committed by GitHub
commit dad9e7d14e
Failed to generate hash of commit

View file

@ -22,7 +22,6 @@ jobs:
name: rde
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community
- run: cd templates/rde/ && nix develop -c p-updateDeps
- name: Update ed flake.lock
uses: DeterminateSystems/update-flake-lock@v28
with: