This commit is contained in:
parent
5c454c0233
commit
2ff806e7c6
18
.forgejo/workflows/ci.yaml
Normal file
18
.forgejo/workflows/ci.yaml
Normal 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
|
Loading…
Reference in a new issue