Skip to content

Commit

Permalink
Set up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Mar 28, 2024
1 parent 69daffe commit 43bcd11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
jobs:
strategy:
matrix:
configuration:
- "nixosConfigurations.volt-nixos.config.system.build.toplevel"
- "nixosConfigurations.zpehyr-nixos.config.system.build.toplevel"
- "homeConfigurations.volt.activationPackage"
- "homeConfigurations.zephyr.activationPackage"

build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v1
- run: "nix build .#${{ configuration }}"

0 comments on commit 43bcd11

Please sign in to comment.