summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock5
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 0082f56..36621e1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -111,7 +111,10 @@
"nixpkgs": [
"nixpkgs"
],
- "utils": []
+ "utils": [
+ "pre-commit",
+ "flake-utils"
+ ]
},
"locked": {
"lastModified": 1703087360,
diff --git a/flake.nix b/flake.nix
index 052a761..f3f3505 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "";
- utils.follows = "";
+ utils.follows = "pre-commit/flake-utils";
};
};