spring cleaning

This commit is contained in:
alisceon 2025-11-17 10:45:44 +01:00
parent c2467fd2e2
commit 90f26bd2f6
5 changed files with 19 additions and 22 deletions

13
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,13 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: local
hooks:
- id: update-flake-lock
name: Update Flake Lock
entry: nix flake update --flake .
language: system
always_run: true
pass_filenames: false
stages: [pre-commit]