added [print statement
This commit is contained in:
@@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user