Skip to content

Add package option to Nix modules#2630

Merged
eikek merged 1 commit intoeikek:masterfrom
VTimofeenko:feat-add-package-option-to-nix-modules
May 6, 2024
Merged

Add package option to Nix modules#2630
eikek merged 1 commit intoeikek:masterfrom
VTimofeenko:feat-add-package-option-to-nix-modules

Conversation

@VTimofeenko
Copy link
Copy Markdown
Contributor

"Package" option allows specifying the derivation that will be used for the systemd service. Works the same way as services.<name>.package in NixOS. By default picks the docspell packages from pkgs instance -- same behavior as prior to this commit

Closes #2627

"Package" option allows specifying the derivation that will be used for
the systemd service. Works the same way as `services.<name>.package` in
NixOS. By default picks the docspell packages from pkgs instance -- same
behavior as prior to this commit

Closes eikek#2627
@VTimofeenko
Copy link
Copy Markdown
Contributor Author

Local nix flake check tests passed.

@eikek eikek merged commit 66136b7 into eikek:master May 6, 2024
@eikek eikek added enhancement New feature or request nix Things regarding nix/nixos setup labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request nix Things regarding nix/nixos setup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "package" option for docspell nix modules

2 participants