flake reorg + updates

This commit is contained in:
Robin Appelman 2024-10-30 19:33:04 +01:00
commit 91a329f3da
9 changed files with 332 additions and 341 deletions

17
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: "CI"
on:
pull_request:
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: icewind1991/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix flake check --keep-going