aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509-info/flake.lock')
-rw-r--r--src/x509-info/flake.lock24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/x509-info/flake.lock b/src/x509-info/flake.lock
index 9080ba8..af07128 100644
--- a/src/x509-info/flake.lock
+++ b/src/x509-info/flake.lock
@@ -45,10 +45,34 @@
"type": "github"
}
},
+ "pre-commit-hooks": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1666604592,
+ "narHash": "sha256-Bxy7xeVAwC0yxFaeYZM7N9Us/ebxpMC9TCceKEFeay4=",
+ "owner": "cachix",
+ "repo": "pre-commit-hooks.nix",
+ "rev": "1b436f36e2812c589e6d830e3223059ea9661100",
+ "type": "github"
+ },
+ "original": {
+ "owner": "cachix",
+ "repo": "pre-commit-hooks.nix",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
+ "pre-commit-hooks": "pre-commit-hooks",
"rust-overlay": "rust-overlay"
}
},