Skip to content

just phocus

just phocus #91

Workflow file for this run

name: "checks"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230630_d05d175/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check
- run: nix run nixpkgs#statix -- check ./pkgs && nix run nixpkgs#statix -- check ./modules && nix run nixpkgs#statix -- check flake.nix
- run: nix run github:astro/deadnix -- -fh ./modules ./pkgs flake.nix