summaryrefslogtreecommitdiff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix
index 86cb452..3570574 100644
--- a/checks.nix
+++ b/checks.nix
@@ -1,4 +1,10 @@
-inputs: system: pkgs: {
+{
+ inputs,
+ pkgs,
+ system,
+ ...
+}:
+{
preCommit = inputs.git-hooks.lib.${system}.run {
src = builtins.path {
name = "nixfiles";