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
/
build
/
rust
/
init
(
unfollow
)
Commit message (
Collapse
)
Author
2024-08-03
chore(build): Regenerate
Benedikt Peetz
2024-06-11
chore(build): Update
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
The license handling is still very WIP, as the `licensure.yml` file and the README are not yet updated to the new license.
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
The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).