Skip to content

Commit

Permalink
imp: add nix ci gha job
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Dec 11, 2023
1 parent 41cab02 commit e70aabe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Nix Build
on:
push:
branches:
- main
pull_request:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v24
- run: |
nix --version
nix build -L .#packages.x86_64-linux.process-compose
env:
LOG_LEVEL: "debug"

0 comments on commit e70aabe

Please sign in to comment.