diff --git a/default.nix b/default.nix index d821b9d15..dad6037ab 100644 --- a/default.nix +++ b/default.nix @@ -14,6 +14,9 @@ let in mixRelease rec { pname = "mobilizon"; + + # This has to be kept in sync with the version in mix.exs and package.json! + # Otherwise the nginx routing isn't going to work properly. version = "4.1.0"; inherit src;