Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/templates
Nix flake templates managed by the community [maintainer=@IogaMaster]
https://github.com/nix-community/templates
flake nix nix-community template
Last synced: 25 days ago
JSON representation
Nix flake templates managed by the community [maintainer=@IogaMaster]
- Host: GitHub
- URL: https://github.com/nix-community/templates
- Owner: nix-community
- License: mit
- Created: 2022-02-01T19:26:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:18:36.000Z (4 months ago)
- Last Synced: 2024-10-29T14:40:35.451Z (about 1 month ago)
- Topics: flake, nix, nix-community, template
- Language: Nix
- Homepage:
- Size: 42 KB
- Stars: 65
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nix - templates - Project templates for many languages using Nix flakes. (Development / Discovery)
README
# Nix Community Templates
A collection of basic templates.
Using [flake-utils](https://github.com/numtide/flake-utils).## Usage
Replace `` with the name of the language template you would like to use.
```sh
mkdir project && cd project
nix flake init -t github:nix-community/templates#
```