1
Fork 0

CI: nix build and push to cachix
Some checks failed
/ Publish (push) Failing after 3s

This commit is contained in:
Jan-Erik Rediger 2023-09-29 13:45:20 +02:00
parent 5c454c0233
commit 2ff806e7c6

View file

@ -0,0 +1,18 @@
on: push
env:
CACHIX_NAME: git-fnordig
jobs:
Publish:
runs-on: flakes-action
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Set up Cachix
run: |
nix-env -iA nixpkgs.cachix nixpkgs.bash
cachix use $CACHIX_NAME
- name: Build
run: |
cachix watch-exec $CACHIX_NAME nix build