depot/modules/system-info/default.nix

6 lines
73 B
Nix
Raw Normal View History

2023-03-07 01:25:57 +01:00
{ depot, ... }:
2022-05-28 00:46:55 +02:00
{
2023-03-07 01:25:57 +01:00
system.configurationRevision = depot.rev or null;
2022-05-28 00:46:55 +02:00
}