added patches for suckless stuff

This commit is contained in:
2021-05-21 13:45:08 +05:30
parent 63262b85ff
commit dadc9192ff
8 changed files with 1184 additions and 264 deletions

View File

@@ -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