hosts: add configurationRevision

This commit is contained in:
Timothy DeHerrera 2020-08-04 00:11:08 -06:00
parent 1cec067385
commit d3105265d3
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ let
nixflk.flake = self;
nixpkgs.flake = master;
};
system.configurationRevision = lib.mkIf (self ? rev) self.rev;
};
overrides = {