flake: nixos: use consistent module formatting

This commit is contained in:
Bruno BELANYI 2023-05-03 14:52:11 +00:00
parent a868088cc9
commit dac80373a1
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ let
inherit (self) lib;
defaultModules = [
({ ... }: {
{
# Let 'nixos-version --json' know about the Git revision
system.configurationRevision = self.rev or "dirty";
})
}
{
nixpkgs.overlays = (lib.attrValues self.overlays) ++ [
inputs.nur.overlay