diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-01 17:31:41 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-01 18:48:56 -0700 |
| commit | 03a62e4114ab546c3b3eec8f83403e06341aed85 (patch) | |
| tree | dcccc87763db6506e75a9bd607ca00cc1f5e9eef /src/x509-info/flake.lock | |
| parent | ci: rewrite GitHub actions to use `nix develop|build` (diff) | |
| download | x-03a62e4114ab546c3b3eec8f83403e06341aed85.tar.gz | |
build: add pre-commit checks
Diffstat (limited to 'src/x509-info/flake.lock')
| -rw-r--r-- | src/x509-info/flake.lock | 24 |
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" } }, |
