Skip to content

nixcafe/develop-templates

Repository files navigation

How to use Develop Templates

nix flake init -t "git+https://github.com/nixcafe/develop-templates.git?submodules=1#${develop_name}" --refresh

Or add nix registry:

nix registry add beans "git+https://github.com/nixcafe/develop-templates.git?submodules=1"

After that, you can use the templates by running:

nix flake init -t beans#${develop_name} --refresh

Templates

  • java: Java development environment
  • kotlin: Kotlin development environment
  • nix: Nix development environment
  • nix-config: NixOS configuration
  • node: Node.js development environment
  • rust: Rust development environment
  • secrets: Secrets file management

Default Template

The default template is nix.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published