Flake templates
Find a file
Rok Garbas f6d05e35e0
Merge pull request #20 from NixOS/fix-bash-hello
attribute self.lastModifiedDate missing in newer versions of flakes
2022-01-27 01:59:18 +01:00
bash-hello attribute self.lastModifiedDate missing in newer versions of flakes 2022-01-27 01:36:03 +01:00
c-hello Merge pull request #4 from L-as/master 2021-11-19 16:01:15 +03:00
compat Add a template that provides default.nix and shell.nix 2021-08-02 16:23:35 +02:00
full syntax fixes 2022-01-20 15:43:03 -05:00
go-hello go: inital example using buildGoModule 2022-01-21 02:42:34 -05:00
haskell-hello typo 2021-11-05 14:50:53 +01:00
hercules-ci templates/hercules-ci: init 2022-01-25 09:03:23 +01:00
pandoc-xelatex better formatting for abstract 2022-01-14 17:39:30 +01:00
python added rust and python templates 2021-03-10 06:50:35 +03:00
rust templates/rust: fix mkApp call 2021-11-22 10:38:32 +01:00
rust-web-server correct spelling numer -> number 2021-10-19 21:47:41 +01:00
simple-container Doh 2020-06-23 16:14:28 +02:00
trivial Initial commit 2020-06-04 20:20:02 +02:00
flake.nix Merge remote-tracking branch 'origin/master' into go 2022-01-25 09:11:44 +01:00
README.md Add basic doc 2022-01-08 08:29:04 +00:00

NixOS/templates

A repository for generating Nix Flake for projects in different languages.

Examples

Create a flake based on the Rust template

nix flake init -t github:NixOS/templates#rust

Create a flake based on the Python template

nix flake init -t github:NixOS/templates#python