feat: fix nix update command

This commit is contained in:
2025-04-16 01:19:56 -04:00
parent a9506ab67b
commit 481758e33b
3 changed files with 12 additions and 1 deletions

View File

@ -25,6 +25,10 @@ jobs:
with:
name: treli
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Install NPM Packages
working-directory: ./client
run: npm ci --legacy-peer-deps
- name: Lint
run: nix develop --command trevstack-lint