flake: nixos: use consistent module formatting
This commit is contained in:
parent
a868088cc9
commit
dac80373a1
|
@ -3,10 +3,10 @@ let
|
||||||
inherit (self) lib;
|
inherit (self) lib;
|
||||||
|
|
||||||
defaultModules = [
|
defaultModules = [
|
||||||
({ ... }: {
|
{
|
||||||
# Let 'nixos-version --json' know about the Git revision
|
# Let 'nixos-version --json' know about the Git revision
|
||||||
system.configurationRevision = self.rev or "dirty";
|
system.configurationRevision = self.rev or "dirty";
|
||||||
})
|
}
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = (lib.attrValues self.overlays) ++ [
|
nixpkgs.overlays = (lib.attrValues self.overlays) ++ [
|
||||||
inputs.nur.overlay
|
inputs.nur.overlay
|
||||||
|
|
Loading…
Reference in a new issue