diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-02 03:17:48 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-02 03:17:48 +0300 |
commit | 9b3ebd974bde5c8ebe1f8c8f049f7ee2c6462655 (patch) | |
tree | 408194f6f761872df938888ebc4ce46244168618 /checks.nix | |
parent | 2024-05-01 (diff) |
2024-05-02
Diffstat (limited to '')
-rw-r--r-- | checks.nix | 8 |
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"; |