This commit is contained in:
parent
f5aaf855c1
commit
8392e2e9f6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +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";
|
"lytedev/lastModified".text = toString (self.lastModified or "unknown");
|
||||||
};
|
};
|
||||||
|
|
||||||
lyte.shell.enable = lib.mkDefault true;
|
lyte.shell.enable = lib.mkDefault true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue