Switch shell configuration from zsh to fish #175
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [ push, pull_request ] | |
| jobs: | |
| build: | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| configuration: | |
| - "nixosConfigurations.volt-nixos.config.system.build.toplevel" | |
| - "nixosConfigurations.zephyr.config.system.build.toplevel" | |
| - "darwinConfigurations.work-macbook.system" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DeterminateSystems/nix-installer-action@v10 | |
| - uses: DeterminateSystems/magic-nix-cache-action@v4 | |
| - run: nix build '.#${{ matrix.configuration }}' --dry-run |