holy shit im so stupid
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
pkgs:
|
pkg:
|
||||||
- anup
|
- anup
|
||||||
- customscripts
|
- customscripts
|
||||||
- mpd_discord_richpresence
|
- mpd_discord_richpresence
|
||||||
@@ -25,14 +25,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: natto1784
|
name: natto1784
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build -L .#${{ matrix.pkgs }}
|
- run: nix build -L .#${{ matrix.pkg }}
|
||||||
|
|
||||||
nixos:
|
nixos:
|
||||||
name: build nixos configurations
|
name: build nixos configurations
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hosts:
|
host:
|
||||||
- Satori
|
- Satori
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
Reference in New Issue
Block a user