Open antislava opened 5 years ago
Hey, thanks! I'll give it a shot later this evening. I really need to do a little testing with --pure
to make sure that the nix setup is as plug and play as I'd like it to be.
Did you otherwise get it running OK? My other concern is the PostgreSQL setup ... I get a left-over pid file from time to time.
Yes, everything worked really well (I haven't looked into it in much detail yet but all the tests passed OK, haven't noticed any issues with the PostgreSQL setup, but I am planning to continue playing with it).
Thanks for your work - I think this kind of complete examples are really useful!
ps you may also want to take a look at https://github.com/basvandijk/nixtodo (a fullstack web-app, implementing alternative deployment options using nixops
), if you haven't seen it already.
No worries. I've been meaning to share this around for a couple of weeks actually, so I'm really glad you found it. There are still a few more things I'd like to have before it's really complete. I'd really like metrics and error reporting (or something along those lines).
Thanks for the link, I'm very keen to see more NixOps strategies. Also Hydra, I haven't look into setting up a Hydra server at all yet. This Nix stuff, it's real good :)
Apparently,
eval "$(direnv hook <shell>)"
needs to be run, in which case it has be mentioned in the README.md. This command can also be added to the respective~/.<shell>rc
, or, better yet, to theshellHook
of theshell.nix
(probably along withdirenv allow
?):