Skip to content

Commit

Permalink
ci: add nix build support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Oct 22, 2023
1 parent f12eda9 commit 1411166
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build -L .#default

0 comments on commit 1411166

Please sign in to comment.