0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/freshrss: fix empty extensions (#359991)

This commit is contained in:
Felix Bühler 2025-01-19 22:56:59 +01:00 committed by GitHub
commit 1d8a3e9ac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@ let
};
env-vars = {
DATA_PATH = cfg.dataDir;
} // lib.optionalAttrs (cfg.extensions != []) {
THIRDPARTY_EXTENSIONS_PATH = "${extension-env}/share/freshrss/";
};
in