diff options
author | Alex <alex@adnab.me> | 2023-01-11 16:04:35 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-01-11 16:04:35 +0000 |
commit | 94d723f27cea7aa58d11af3e18a165283b40f19a (patch) | |
tree | 529fa2ca6424a83064551d2de0c8688955baa92d /flake.lock | |
parent | be6b8f419d71640e64bccfe195a573daeeab2263 (diff) | |
parent | d6ea0cbefa6dcf89ea30e1cd2d36854d8160d6b1 (diff) | |
download | garage-94d723f27cea7aa58d11af3e18a165283b40f19a.tar.gz garage-94d723f27cea7aa58d11af3e18a165283b40f19a.zip |
Merge pull request 'Implement `rpc_secret_file`' (#466) from felix.scheinost/garage:feature/implement-rpc-secret-file into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/466
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -55,6 +55,21 @@ "type": "github" } }, + "flake-utils_2": { + "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" + } + }, "nixpkgs": { "locked": { "lastModified": 1665657542, @@ -74,6 +89,7 @@ "root": { "inputs": { "cargo2nix": "cargo2nix", + "flake-utils": "flake-utils_2", "nixpkgs": "nixpkgs" } }, |