https://github.com/bow/flates
Nix flake templates.
https://github.com/bow/flates
Last synced: about 2 months ago
JSON representation
Nix flake templates.
- Host: GitHub
- URL: https://github.com/bow/flates
- Owner: bow
- License: bsd-3-clause
- Created: 2025-02-13T18:33:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-13T05:02:26.000Z (10 months ago)
- Last Synced: 2025-12-31T00:58:58.021Z (5 months ago)
- Language: Nix
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= flate
Nix **fla**ke **te**mplates
== Usage
[source,sh]
----
nix flake new -t github:bow/flates#
----
[%header,cols="<1,<4",grid=rows,frame=topbot,stripes=odd]
|===
|Template
|Description
a|`asciidoc`
a|Environment for writing AsciiDoc documents. Also includes diagramming tools.
a|`default`
a|Minimal setup with nothing beyond Nix tools.
a|`python-pkg`
a|Environment for developing Python packages.
a|`python-script`
a|Environment for writing Python scripts.
a|`ruby-script`
a|Environment for writing Ruby scripts.
a|`sh-script`
a|Environment for writing shell scripts.
|===