fix: Include the translation files in the project

This commit is contained in:
Inex Code 2023-04-12 17:55:53 +03:00
parent c39e1da59a
commit aa11d80fc4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ let
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
ref = "l10n";
rev = "c7a65febe787678f48f04ddde8b746e48f06bb0c";
rev = "a7feda02ec2c5fd4806d9d462aaef8831c5fb246";
};
propagatedBuildInputs = [
setuptools