mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Update nix setup
This commit is contained in:
@ -1,5 +1,16 @@
|
||||
rec {
|
||||
cfg = {
|
||||
v0_32_0 = rec {
|
||||
version = "0.32.0";
|
||||
server = {
|
||||
url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-restserver-${version}.zip";
|
||||
sha256 = "0095i9p7ikx8a64137iq95ilj8aiz8rzwxvqz8qkv2ia15g8q65p";
|
||||
};
|
||||
joex = {
|
||||
url = "https://github.com/eikek/docspell/releases/download/v${version}/docspell-joex-${version}.zip";
|
||||
sha256 = "0k0bvzvdksw2bd33cfdpxw229rpx4g4xnm5qkk2pga35g7k5kgf7";
|
||||
};
|
||||
};
|
||||
v0_31_0 = rec {
|
||||
version = "0.31.0";
|
||||
server = {
|
||||
@ -143,7 +154,7 @@ rec {
|
||||
};
|
||||
};
|
||||
pkg = v: import ./pkg.nix v;
|
||||
currentPkg = pkg cfg.v0_31_0;
|
||||
currentPkg = pkg cfg.v0_32_0;
|
||||
module-joex = ./module-joex.nix;
|
||||
module-restserver = ./module-server.nix;
|
||||
modules = [ module-joex
|
||||
|
Reference in New Issue
Block a user