| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Every symlink in the `./templates` directory is now replaced with
the file it points to, making it obvious that this file should not be
edited.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Symlinks are copied verbatim, when nix initializes a template, thus
symlinking common files does not work.
|
|
|
|
|
| |
Otherwise, the `update_common_files` script will try to instantiate
files in there, which is just useless noise.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|