added flake dir output

This commit is contained in:
John Lancaster
2026-05-06 20:32:30 -05:00
parent 4746468a94
commit d64ce644c3
+1 -1
View File
@@ -134,7 +134,7 @@
extraPackages = with config.pkgs; [ coreutils hostname nh ]; extraPackages = with config.pkgs; [ coreutils hostname nh ];
preHook = '' preHook = ''
CONFIG=${config.configuration} CONFIG=${config.configuration}
echo "Switching to $CONFIG" echo "Switching to $CONFIG from ${config.flakeDir}"
''; '';
package = config.pkgs.nh; package = config.pkgs.nh;
args = [ args = [