diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:35:49 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:35:49 +0200 |
commit | 99976e11f880b39c1c57f66c68f19d8c54ad6c1f (patch) | |
tree | d0607d9fd176127e3a1733a794ebe95185620486 /shell.nix | |
parent | 5367f8adb2aab70a5478c43b93de7051a93d831b (diff) | |
parent | 64c193e3dbb536d5d3c2881bc9aebbb3e4e6272e (diff) | |
download | garage-99976e11f880b39c1c57f66c68f19d8c54ad6c1f.tar.gz garage-99976e11f880b39c1c57f66c68f19d8c54ad6c1f.zip |
Merge branch 'main' into admin-api
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ function refresh_toolchain { pkgs.rustfmt pkgs.perl pkgs.protobuf + pkgs.pkg-config + pkgs.openssl cargo2nix.packages.x86_64-linux.cargo2nix ] else []) ++ |