summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-04 23:23:28 -0400
committerseth <[email protected]>2023-04-05 20:34:12 -0400
commit65d0b7a553f718b1ba34799e604ceb07c062af61 (patch)
tree9a6b1c78aa6e79c2201ba124b536a05231b0ae20 /flake.lock
parented076bbd6fc22b32ea353ae6bd3cac79d039719a (diff)
rewrite in rust :)
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index ac07cec..2b54b53 100644
--- a/flake.lock
+++ b/flake.lock
@@ -70,9 +70,7 @@
},
"pre-commit-hooks": {
"inputs": {
- "flake-compat": [
- "flake-compat"
- ],
+ "flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
@@ -100,7 +98,6 @@
},
"root": {
"inputs": {
- "flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks"