From 765c12af9014a594aab9a71f24722850915b123c Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 16 Feb 2025 21:21:24 +0300 Subject: [PATCH] formatting --- modules/nix-settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index 031eba8..a8d2266 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -39,6 +39,6 @@ # disable the database error TODO add nix-index search programs.command-not-found.enable = false; - system.configurationRevision = inputs.self.rev or "dirty"; - #system.nixos.label = + system.configurationRevision = inputs.self.rev or "dirty"; + #system.nixos.label = }