Comment how to simplify after x86_64-darwin
Nix Flake Check / check (push) Successful in 48s

This commit is contained in:
2026-07-12 13:14:04 +02:00
parent 745547bd2a
commit 354443653f
+3
View File
@@ -52,6 +52,9 @@
checks = eachSystem (system: {
pre-commit-check =
let
# Once x86_64-darwin is removed and we are back to a single nixpkgs
# version, this can be simplified to:
# gitHooksLib = inputs.git-hooks.lib.${system}
gitHooksLib = import "${inputs.git-hooks}/nix" {
nixpkgs = nixpkgsFor system;
inherit system;