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
14fd03d6ba
commit
36d911f3d9
1 changed files with 12 additions and 6 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
|
@ -34,12 +34,18 @@ jobs:
|
||||||
name: tmayoff
|
name: tmayoff
|
||||||
authToken: '${{ secrets.CACHIX_AUTH }}'
|
authToken: '${{ secrets.CACHIX_AUTH }}'
|
||||||
|
|
||||||
- name: build nixos
|
- uses: workflow/nix-shell-action@v3
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
name: build nixos
|
||||||
|
with:
|
||||||
|
packages: nh
|
||||||
|
script: |
|
||||||
nh os build ./dot_config/flake/ -- --cores 1 -j1
|
nh os build ./dot_config/flake/ -- --cores 1 -j1
|
||||||
|
|
||||||
- name: build darwin
|
- uses: workflow/nix-shell-action@v3
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
name: build darwin
|
||||||
|
with:
|
||||||
|
packages: nh
|
||||||
|
script: |
|
||||||
nh darwin build ./dot_config/flake/ -- --cores 1 -j1
|
nh darwin build ./dot_config/flake/ -- --cores 1 -j1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue