mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
80c347ef1c
* flake: update description * flake: add alejandra as formatter * flake: format nix code * flake: make systems overrideable * flake: replace forAllSystems with eachSystem * flake: inherit lib at top level * flake: move usages of with to smallest scopes * flake: introduce overlay * flake: package: remove needless unpackPase override * flake: devShell: replace buildInputs with packages * chore: move alejandra to pre-commit-hook * chore: inherit from nixpkgs.lib not nixpkgs * chore: remove some lets add others * chore: change mkShell back to buildInputs --------- Co-authored-by: Daylin Morgan <daylinmorgan@gmail.com>
19 lines
545 B
YAML
19 lines
545 B
YAML
exclude: "^(src/.*|bin/scripts|font-patcher)"
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.1.14
|
|
hooks:
|
|
- id: ruff-format
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- repo: https://github.com/kamadorueda/alejandra
|
|
rev: 3.0.0
|
|
hooks:
|
|
# Requires Alejandra to be previously installed in the system
|
|
- id: alejandra-system
|