index
:
flake-templates
prime
Nix flake templates for different languages
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
init
(
unfollow
)
Commit message (
Expand
)
Author
2024-09-30
fix(common/init): Only build the `out` output; exclude the `man` output
Benedikt Peetz
2024-09-30
fix(common/init): Set the full path to the `reuse` binary
Benedikt Peetz
2024-09-30
fix(common/init): Define `die` function
Benedikt Peetz
2024-09-30
feat(common/init): Perform the first run of `reuse` on init
Benedikt Peetz
2024-09-30
fix(common/init): Also remove the shipped `git_template`, after it's used
Benedikt Peetz
2024-09-30
feat(common/init): Ship a full git_template
Benedikt Peetz
2024-09-30
fix(common/init): Be smarter, when suggesting an owner name
Benedikt Peetz
2024-08-04
fix(common/init): Also re-add execution permissions to the `watch.sh` script
Benedikt Peetz
2024-08-04
fix(common/init): Ensure that the template is properly formatted
Benedikt Peetz
2024-08-04
fix(common/init): Detect latex project by the `watch.sh` file
Benedikt Peetz
2024-08-04
fix(common/init): Also delete the init.local file, if it exists
Benedikt Peetz
2024-08-03
fix(common/init): Don't delete the init file, if the exit reason was a missin...
Benedikt Peetz
2024-08-03
fix(common/init): Actually ask the user for the license ident
Benedikt Peetz
2024-08-03
feat(common/init): Support template specific drop-in scripts
Benedikt Peetz
2024-08-03
fix(common/init): State which binaries are required to run it
Benedikt Peetz
2024-08-03
fix(common/init): Don't try to assign the reuse template, replace it instead ...
Benedikt Peetz
2024-08-03
fix(common/init): Add missing pipe
Benedikt Peetz
2024-08-03
feat(common): Replace the hand-crafted licensing approach with reuse
Benedikt Peetz
2024-06-11
refactor(common/): Remove the `files` subdirectory
Benedikt Peetz
2024-06-11
feat(common/init): Set `git.vhack.eu` as default git upstream
Benedikt Peetz
2024-06-11
style(common/init): Run through `nix fmt`
Benedikt Peetz
2024-06-11
feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io`
Benedikt Peetz
2024-06-11
feat(common/init): Add basic handling of licenses
Benedikt Peetz
2024-04-02
fix(common/files/init): Correctly add the man page chapter after name
Benedikt Peetz
2024-04-02
fix(common/files/init): Replace the variables globally
Benedikt Peetz
2024-04-02
fix(common/docs): Avoid issue with replacement due to man section part
Benedikt Peetz
2024-04-02
feat(common/init): Add support for replacing the variables in file names
Benedikt Peetz
2024-04-02
fix(common/files/init): hack around nix removing the exec permission bit
Benedikt Peetz
2024-04-02
refactor(common): Move all data files to `./common/files`
Benedikt Peetz
2024-04-02
fix(common): Remove the last occurrences of hard coded values
Benedikt Peetz
2024-04-02
feat(common/init): Add a shell script, that populates variables
Benedikt Peetz