accentor: pin api to pre-rails 7.1 update

For some reason, the rails 7.1 update broke the setting of the content-length
header, which doesn't play nice with clients.
This commit is contained in:
Charlotte Van Petegem 2023-11-08 22:30:38 +01:00
parent 4e9501c108
commit 7a2a146858
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,7 @@
};
};
accentor-api = {
url = "github:accentor/api";
url = "github:accentor/api/d36e3dc1d5ffa8baa20a5ad57109172d24926bef";
inputs = {
devshell.follows = "devshell";
flake-utils.follows = "flake-utils";