-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
keila: init at 0.15.1 #296181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
keila: init at 0.15.1 #296181
Conversation
After some further research it's clear that the future service module is supposed to set the So as far as I can tell this package works and is done. |
The nixos service module needs to have the following environment variables configurable: RELEASE_COOKIE= |
0f06ba6
to
ad8e65b
Compare
beamDeps = []; | ||
}; | ||
|
||
mjml = buildMix rec { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently fails to build with
== Compilation error in file lib/mjml/native.ex ==
** (MatchError) no match of right hand side value: {:error, :enoent}
(rustler_precompiled 0.7.2) lib/rustler_precompiled.ex:1013: RustlerPrecompiled.write_metadata/2
(rustler_precompiled 0.7.2) lib/rustler_precompiled.ex:209: RustlerPrecompiled.__using__/2
lib/mjml/native.ex:32: (module)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I might just revert to the version before the introduction of this mjml/rustler stuff. I looked a bit into it, and rustler wants to network access, and maybe that's why it's failing.
Description of changes
This adds the keila newsletter server --written in elixir-- to nixpkgs.
It currently builds successfully onx86_64-linux
but fails when running thekeila
executable withcat: /nix/store/5b33lyx90c12kpngaa882yw3kzr4bhm8-keila-0.14.0/releases/COOKIE: No such file or directory
I understand this likely means that the installation environment needs to be modified a bit, but I haven't looked into this.We should also have a nixos module for this software.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.