ci: drop unnecessary override

This commit is contained in:
Ivan Petkov 2024-10-12 16:29:29 -07:00
parent c052ed5e84
commit 84803e7a72
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -50,7 +50,7 @@ jobs:
- name: flake checks
run: nix develop --accept-flake-config --command ./ci/fast-flake-check.sh . ${{ matrix.nixpkgs-override }}
- name: extra tests
run: nix develop --accept-flake-config ${{ matrix.nixpkgs-override }} --command ./extra-tests/test.sh
run: nix develop --accept-flake-config --command ./extra-tests/test.sh
examples-linux:
strategy: