added patches for suckless stuff
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
host:
|
||||
- Marisa
|
||||
# - Satori
|
||||
#- Marisa
|
||||
#- Satori
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v13
|
||||
@@ -53,8 +53,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
home:
|
||||
#- natto
|
||||
homeaarch:
|
||||
- ottan
|
||||
# - natto
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v13
|
||||
@@ -66,5 +67,12 @@ jobs:
|
||||
with:
|
||||
name: natto1784
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build -L .#hm-configs.${{ matrix.home }}.activationPackage
|
||||
- uses: uraimo/run-on-arch-action@v2.0.5
|
||||
name: Run commands
|
||||
id: runcmd
|
||||
with:
|
||||
arch: aarch64
|
||||
distro: ubuntu-latest
|
||||
run: nix build -L .#hm-configs.${{ matrix.homeaarch }}.activationPackage
|
||||
- run: nix build -L .#hm-configs.${{ matrix.home }}.activationPackage
|
||||
|
||||
|
Reference in New Issue
Block a user