added host Marisa (haven't tested config yet)

This commit is contained in:
2021-05-19 06:28:14 +05:30
parent a3033000a9
commit 63262b85ff
28 changed files with 1465 additions and 133 deletions

View File

@@ -33,7 +33,8 @@ jobs:
strategy:
matrix:
host:
- Satori
- Marisa
# - Satori
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
@@ -46,3 +47,24 @@ jobs:
name: natto1784
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel
home-manager:
name: build home-manager configurations
runs-on: ubuntu-latest
strategy:
matrix:
home:
- ottan
# - natto
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v10
with:
name: natto1784
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#hm-configs.${{ matrix.home }}.activationPackage