depot/modules/system-info/default.nix

6 lines
80 B
Nix
Raw Normal View History

2022-05-28 01:46:55 +03:00
{ inputs, ... }:
{
system.configurationRevision = inputs.self.rev or null;
}