setup
x86_64-linux.treefmt
· build #84
· raw
1this derivation will be built:2 /nix/store/88q41227bg9f3v276imqz4qc8iw5z3n3-treefmt-check.drv3error: Cannot build '/nix/store/88q41227bg9f3v276imqz4qc8iw5z3n3-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/ci5xxx3kk2pydrimmszzmnym8x2a6hbm-treefmt-check7 Last 25 log lines:8 > after = [ "rustic-init-${backup.repository}.service" ];9 > requires = [ "rustic-init-${backup.repository}.service" ];10 > });11 > @@ -349,7 +349,7 @@ let12 > description = "Rustic PostgreSQL backup: ${name}";13 > user = "root";14 > execStart = "${mkPostgresBackupScript name backup}";15 > - startAt = backup.startAt;16 > + inherit (backup) startAt;17 > after = postgresDependencies name;18 > requires = postgresDependencies name;19 > };20 > diff --git a/modules/rustic/options.nix b/modules/rustic/options.nix21 > index 57146bf..0fa4ce8 10064422 > --- a/modules/rustic/options.nix23 > +++ b/modules/rustic/options.nix24 > @@ -134,7 +134,7 @@ in25 > };26 > 27 > forget = lib.mkOption {28 > - type = tomlFormat.type;29 > + inherit (tomlFormat) type;30 > default = {31 > keep-daily = 7;32 > keep-weekly = 4;33 For full logs, run:34 nix log /nix/store/88q41227bg9f3v276imqz4qc8iw5z3n3-treefmt-check.drv