Try changing the calling convention

This commit is contained in:
Savanni D'Gerinel 2025-04-08 22:06:15 -04:00
parent 60fa2a4016
commit 365dfab1f1

View File

@ -26,8 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Run linter
run: |
/run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" develop
task lint
/run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" run -- task lint
- name: Build the apps
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" build .#all
- name: Check the end of the build