Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

fix(system): remove ambigious system from nixosSystem #27

fix(system): remove ambigious system from nixosSystem

fix(system): remove ambigious system from nixosSystem #27

Workflow file for this run

name: Code Check
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
lint:
name: Run nixfmt and statix
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Install nixfmt and statix
run: |
nix profile install nixpkgs#nixfmt-rfc-style nixpkgs#statix
- name: Run nixfmt
run: |
nixfmt --check ./**/*.nix
- name: Run statix
run: |
statix check