diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index 1f49b823c..2c15bae4d 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -2913,12 +2913,13 @@ This makes sure all ./assets/copy_stuff ends up in the right folder home.activation = { recreateConfig = { text = '' - ${pkgs.bash}/bin/bash "${config.flakeRoot.outPath}/assets/scripts/recreate_config.sh" + ${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh" ''; deps = [ pkgs.bash ]; }; }; } + #+end_src * README Utils