summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-24 23:25:21 -0400
committerseth <[email protected]>2024-05-24 21:36:05 -0600
commit471e9034aa4749ba4eee020a93b41d87ebf983ad (patch)
treea040a842f22e1b0095d483f2935a973bd1973dbe
parentf031c6e452ad883424d65227a558bc4155f6039e (diff)
checks: use actual flake root
-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