dotfiles/.gitea/workflows/build.yaml
Cyryl Płotnicki c6cb14a14b
Some checks failed
use nix / build (push) Failing after 1m17s
add cache
2024-04-27 10:24:13 +01:00

21 lines
450 B
YAML

name: use nix
on: push
env:
DEV_SHELL_NAME: CI
jobs:
build:
runs-on: flakes-action
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
- name: Metadata
run: |
nix flake metadata
- name: Statix
run: |
nix develop -c statix check
- name: Flake check
run: |
nix flake check