Skip to content

Merge branch 'nixos' of https://github.com/InioX/dotfiles into nixos #37

Merge branch 'nixos' of https://github.com/InioX/dotfiles into nixos

Merge branch 'nixos' of https://github.com/InioX/dotfiles into nixos #37

Workflow file for this run

# From: https://github.com/fufexan/dotfiles/blob/main/.github/workflows/check.yml
name: Check
on: [push, pull_request, workflow_dispatch]
jobs:
checks:
name: Check expressions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
experimental-features = nix-command flakes
- run: nix flake check