An open API service indexing awesome lists of open source software.

https://github.com/bow/flates

Nix flake templates.
https://github.com/bow/flates

Last synced: about 2 months ago
JSON representation

Nix flake templates.

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.

|===