added [print statement
This commit is contained in:
@@ -10,6 +10,8 @@ in
|
||||
after = [ "home-manager-activate.service" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
script = ''
|
||||
echo "Flake root: ${flakeRoot}" >> /tmp/flake_root.log
|
||||
echo "Script path: ${scriptPath}" >> /tmp/script_path.log
|
||||
${scriptPath}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user