added [print statement

This commit is contained in:
2026-03-04 19:04:00 +01:00
parent 1760430d0e
commit e057b165e7
+2
View File
@@ -10,6 +10,8 @@ in
after = [ "home-manager-activate.service" ]; after = [ "home-manager-activate.service" ];
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
echo "Flake root: ${flakeRoot}" >> /tmp/flake_root.log
echo "Script path: ${scriptPath}" >> /tmp/script_path.log
${scriptPath} ${scriptPath}
''; '';
}; };