remove flake lock and precommit hooks
This commit is contained in:
parent
fb1ad8d919
commit
0771df9538
3 changed files with 4 additions and 4 deletions
|
|
@ -3,9 +3,9 @@
|
|||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: update-flake-lock
|
||||
name: Update Flake Lock
|
||||
entry: nix flake update --flake .
|
||||
- id: nix-eval-build-targets
|
||||
name: evaluate NixOS build targets
|
||||
entry: bash util/pre_commit_nix_eval.sh
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
|
@ -17,4 +17,3 @@ repos:
|
|||
always_run: true
|
||||
pass_filenames: false
|
||||
stages: [pre-push]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue