From d64ce644c36148ce8f790c1c890320eef592db86 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 6 May 2026 20:32:30 -0500 Subject: [PATCH] added flake dir output --- modules/nix-tools/rebuild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-tools/rebuild.nix b/modules/nix-tools/rebuild.nix index 140f6eb..56fcb82 100644 --- a/modules/nix-tools/rebuild.nix +++ b/modules/nix-tools/rebuild.nix @@ -134,7 +134,7 @@ extraPackages = with config.pkgs; [ coreutils hostname nh ]; preHook = '' CONFIG=${config.configuration} - echo "Switching to $CONFIG" + echo "Switching to $CONFIG from ${config.flakeDir}" ''; package = config.pkgs.nh; args = [