flake: bump inputs

And fix a breaking change leading to an evaluation failure.
This commit is contained in:
Bruno BELANYI 2025-10-20 09:33:49 +00:00
parent 6b1b5300cd
commit 2df05aaa1a
2 changed files with 19 additions and 19 deletions

View file

@ -39,7 +39,7 @@ in
my.services.backup = {
paths = [
config.services.homebox.settings.HBOX_STORAGE_DATA
(lib.removePrefix "file://" config.services.homebox.settings.HBOX_STORAGE_CONN_STRING)
];
};