1
0
Fork 0

init comit for gh actions hell

This commit is contained in:
Pratham Patel 2024-02-20 19:11:11 +05:30
parent c92ac70d95
commit 2ec34d1eb8
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 26 additions and 0 deletions

26
.github/workflows/publish.yaml vendored Normal file
View File

@ -0,0 +1,26 @@
name: publish
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@12
with:
name: nxios-iso
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L
- run: nix build -L