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