Compare commits
2 Commits
9b0c98faf8
...
8d8978d9e2
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d8978d9e2 | |||
| 95dafb6125 |
+298
-297
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user