2023-06-03 10:48:41 +01:00
|
|
|
name: use nix
|
|
|
|
|
|
|
|
on: push
|
|
|
|
env:
|
|
|
|
DEV_SHELL_NAME: CI
|
2023-06-02 12:22:44 +01:00
|
|
|
jobs:
|
2023-06-03 10:48:41 +01:00
|
|
|
build:
|
2023-06-10 08:42:02 +01:00
|
|
|
runs-on: nix-flakes
|
2023-06-02 12:22:44 +01:00
|
|
|
|
2023-06-03 10:48:41 +01:00
|
|
|
steps:
|
|
|
|
- uses: https://github.com/workflow/nix-shell-action@v3
|
|
|
|
with:
|
|
|
|
flakes: .#devShells.x86_64-linux.default
|
|
|
|
script: |
|
2023-06-10 08:42:02 +01:00
|
|
|
git pull
|
2023-06-03 10:48:41 +01:00
|
|
|
nix flake metadata
|
|
|
|
nix --no-sandbox develop -c statix check
|
|
|
|
nix flake check
|