diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-04 18:54:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 18:54:01 -0700 |
| commit | 7050c8ed9e6bfa6dc971cc85e3df08c47257e81c (patch) | |
| tree | 2fa46131432465da7112c5f96bd447843b8f9fec /src/x509-info/flake.lock | |
| parent | Merge pull request #4 from fcuny/fcuny/rewrite-actions (diff) | |
| parent | buid: use crane to build the binary (diff) | |
| download | x-7050c8ed9e6bfa6dc971cc85e3df08c47257e81c.tar.gz | |
Merge pull request #5 from fcuny/fcuny/crane
Diffstat (limited to 'src/x509-info/flake.lock')
| -rw-r--r-- | src/x509-info/flake.lock | 84 |
1 files changed, 82 insertions, 2 deletions
diff --git a/src/x509-info/flake.lock b/src/x509-info/flake.lock index c3ece1f..67d9a74 100644 --- a/src/x509-info/flake.lock +++ b/src/x509-info/flake.lock @@ -1,7 +1,61 @@ { "nodes": { + "crane": { + "inputs": { + "flake-compat": "flake-compat", + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1667522439, + "narHash": "sha256-1tDYoumL5337T4BkC87iRXbAfeyeeOXa5WAbeP/ENqQ=", + "owner": "ipetkov", + "repo": "crane", + "rev": "b70e77d2e2d480a3a0bce3ecd2d981679588b23f", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1650374568, + "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "b4a34015c698c7793d592d66adbab377907a2be8", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { "lastModified": 1659877975, "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", "owner": "numtide", @@ -55,15 +109,41 @@ }, "root": { "inputs": { - "flake-utils": "flake-utils", + "crane": "crane", + "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs", "pre-commit-hooks": "pre-commit-hooks", - "rust-overlay": "rust-overlay" + "rust-overlay": "rust-overlay_2" } }, "rust-overlay": { "inputs": { "flake-utils": [ + "crane", + "flake-utils" + ], + "nixpkgs": [ + "crane", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1667487142, + "narHash": "sha256-bVuzLs1ZVggJAbJmEDVO9G6p8BH3HRaolK70KXvnWnU=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, + "rust-overlay_2": { + "inputs": { + "flake-utils": [ "flake-utils" ], "nixpkgs": [ |
