diff --git a/.codex b/.codex new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index c75dfa8..55a9817 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ result .stfolder +flake.lock # direnv .direnv diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f10f9e4..fffaa4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] -