feat: include lastModified in nixos builds
This commit is contained in:
parent
9b0f8b7a79
commit
f5aaf855c1
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
||||||
);
|
);
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"lytedev/rev".text = config.system.configurationRevision;
|
"lytedev/rev".text = config.system.configurationRevision;
|
||||||
|
"lytedev/lastModified".text = self.lastModified or "unknown";
|
||||||
};
|
};
|
||||||
|
|
||||||
lyte.shell.enable = lib.mkDefault true;
|
lyte.shell.enable = lib.mkDefault true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue