summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-30 03:15:41 -0500
committerseth <[email protected]>2023-12-30 03:15:41 -0500
commitd4d1100fa6c291f0d1456703c25ccfeb0c3b9a9d (patch)
treefae070dbb05f35b1e90a941aaf0a69241a06265f
parent256bed1471369f7fd63c93ff5d4b3d7220a52c9c (diff)
flake: follow flake-utils for deploy-rs
-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";
};
};