mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
nix: implement flake
This commit introduces the ability to install Docspell from a Nix flake. There are no major changes to the logic of the previous modules outside of organizing them in a flake and adding a simple check script.
This commit is contained in:
3
nix/checks/testScript.py
Normal file
3
nix/checks/testScript.py
Normal file
@ -0,0 +1,3 @@
|
||||
with subtest("services are up"):
|
||||
machine.wait_for_unit("docspell-restserver")
|
||||
machine.wait_for_unit("docspell-joex")
|
Reference in New Issue
Block a user