homer: add nix-update-script

For automated updates in the future.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-01-01 18:11:12 +01:00
parent 8bb29c8526
commit aa1a7cc873
+3
View File
@@ -5,6 +5,7 @@
pnpm,
nodejs,
dart-sass,
nix-update-script,
}:
stdenvNoCC.mkDerivation rec {
pname = "homer";
@@ -53,6 +54,8 @@ stdenvNoCC.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A very simple static homepage for your server.";
homepage = "https://homer-demo.netlify.app/";