Skip to content

Migrate from nix-colors to stylix #3957

Migrate from nix-colors to stylix

Migrate from nix-colors to stylix #3957

Workflow file for this run

name: Nix Flake Checker
on:
push:
paths-ignore:
- "**/*.md"
- "**/*.lua"
- "**/*.el"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*.lua"
- "**/*.el"
jobs:
format:
name: Run Flake Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main