From e55308b7413653bddc44e1206e0b4fecea2ae09f Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 15 Aug 2024 11:49:34 +0200 Subject: [PATCH] nixos-mods/allCommon: fix nvd system activation script, add "fi" --- nix/nixos-modules/allCommon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/allCommon.nix b/nix/nixos-modules/allCommon.nix index b8b3cb8..719bc43 100644 --- a/nix/nixos-modules/allCommon.nix +++ b/nix/nixos-modules/allCommon.nix @@ -149,6 +149,7 @@ in echo "--- diff to current-system" ${pkgs.nvd}/bin/nvd --nix-bin-dir=${config.nix.package}/bin diff /run/current-system "$systemConfig" echo "---" + fi ''; };