summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-07 18:13:53 -0500
committerseth <[email protected]>2024-01-07 18:13:59 -0500
commit2b354838edecc32c59d3c7ddf35e6cfe06cfe268 (patch)
treeee0b5420f0b55912de13dafb65da931bdf713798 /dev
parenta22a2b43128c008a89c4db79f3afa50699f3324f (diff)
tree-wide: localize imports
i shouldn't be editing systems/default.nix to remove a module only for glados
Diffstat (limited to 'dev')
-rw-r--r--dev/checks.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/checks.nix b/dev/checks.nix
index cf2b732..35cd535 100644
--- a/dev/checks.nix
+++ b/dev/checks.nix
@@ -1,4 +1,6 @@
-{
+{inputs, ...}: {
+ imports = [inputs.pre-commit.flakeModule];
+
perSystem = {self', ...}: {
pre-commit = {
settings.hooks = {