mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
nixos/librenms: update config cache
otherwise any change to .env is never reflected.
(cherry picked from commit 1119d225de)
This commit is contained in:
committed by
github-actions[bot]
parent
d5648ca7f1
commit
6dc1b1ed0f
@@ -668,6 +668,9 @@ in
|
||||
${artisanWrapper}/bin/librenms-artisan optimize
|
||||
echo "${package}" > ${cfg.dataDir}/package
|
||||
fi
|
||||
|
||||
# to make sure to not read an outdated .env file
|
||||
${artisanWrapper}/bin/librenms-artisan config:cache
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user