summaryrefslogtreecommitdiff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix
index 5ccc308..69a8818 100644
--- a/checks.nix
+++ b/checks.nix
@@ -7,8 +7,11 @@
checks = {
inherit
(inputs.flake-checks.lib.mkChecks {
- root = ../.;
inherit pkgs;
+ root = lib.fileset.toSource {
+ root = ./.;
+ fileset = lib.fileset.gitTracked ./.;
+ };
})
actionlint
alejandra