From dac80373a1b0a3f9c8bd876054454572abc1d48f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 May 2023 14:52:11 +0000 Subject: [PATCH] flake: nixos: use consistent module formatting --- flake/nixos.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake/nixos.nix b/flake/nixos.nix index 2d9d18b..9eb6388 100644 --- a/flake/nixos.nix +++ b/flake/nixos.nix @@ -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