mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update main.yml
This commit is contained in:
parent
019d41e73b
commit
8697c5d63b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -6,6 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
host: [wash, mal, hinge]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
@ -15,4 +16,4 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd dot_config/flake
|
cd dot_config/flake
|
||||||
nix build
|
sudo nixos-rebuild switch --flake ~/.config/flake#${{ matrix.host }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue