last -> latest

This commit is contained in:
niten 2021-11-29 19:25:56 -08:00
parent bfca81213c
commit 7fa2e24315
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
common-host-config = hostname: hostOpts: let
config-dir = ./config;
build-timestamp =
concat-timestamp last-modified-timestamp;
concat-timestamp latest-modified-timestamp;
in { config, ... }: {
imports = [
fudo-home.nixosModule