diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-11 08:50:07 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-11 08:50:07 +0100 |
| commit | 96f452ad36fffa8a944d3b1bbed6dd16cf320f6e (patch) | |
| tree | bde2e74fa4e3a8ec46aabf53f29be660e91a7b6f /config/services/web/quentin | |
| parent | 486668c140f504fb6cd8aa8159888dadef164e2a (diff) | |
autoUpgrade: update default inputs
Diffstat (limited to 'config/services/web/quentin')
| -rw-r--r-- | config/services/web/quentin/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/services/web/quentin/default.nix b/config/services/web/quentin/default.nix index 7344f36..ac617f7 100644 --- a/config/services/web/quentin/default.nix +++ b/config/services/web/quentin/default.nix @@ -1,5 +1,6 @@ { config, + lib, pkgs, ... }: { @@ -15,5 +16,5 @@ }; # automatically fetch (non-structural) website updates when updating the system - personal.nix.autoUpgrade.autoUpdateInputs = ["personal-webpage/data"]; + personal.nix.autoUpgrade.autoUpdateInputs = lib.mkOptionDefault ["personal-webpage/data"]; } |
