Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03a6cddc7c | |||
| b556e67b5d |
+299
-297
File diff suppressed because it is too large
Load Diff
@@ -2913,13 +2913,15 @@ This makes sure all ./assets/copy_stuff ends up in the right folder
|
|||||||
home.activation = {
|
home.activation = {
|
||||||
recreateConfig = {
|
recreateConfig = {
|
||||||
text = ''
|
text = ''
|
||||||
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
|
#!${pkgs.bash}/bin/bash
|
||||||
|
"${flakeRoot}/assets/scripts/recreate_config.sh"
|
||||||
'';
|
'';
|
||||||
deps = [ pkgs.bash ];
|
deps = [ pkgs.bash ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* README Utils
|
* README Utils
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
home.activation = {
|
home.activation = {
|
||||||
recreateConfig = {
|
recreateConfig = {
|
||||||
text = ''
|
text = ''
|
||||||
${pkgs.bash}/bin/bash "${flakeRoot}/assets/scripts/recreate_config.sh"
|
#!${pkgs.bash}/bin/bash
|
||||||
|
"${flakeRoot}/assets/scripts/recreate_config.sh"
|
||||||
'';
|
'';
|
||||||
deps = [ pkgs.bash ];
|
deps = [ pkgs.bash ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user