Skip to content

Commit

Permalink
adama
Browse files Browse the repository at this point in the history
  • Loading branch information
esselius committed Jul 15, 2024
1 parent de4ed6a commit 3f6b742
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@ on:
branches:
- main
jobs:
gen-matrix:
adama:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v28

- uses: nix-community/cache-nix-action@v5
with:
primary-key: nix-adama-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
restore-prefixes-first-match: nix-adama-${{ runner.os }}-
paths: |
/nix/store
~/.cache/nix
~root/.cache/nix
- run: nix --accept-flake-config --extra-experimental-features 'flakes nix-command' path-info --derivation .#nixosConfigurations.adama.config.system.build.toplevel

cain:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f6b742

Please sign in to comment.