File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 9999 ./shell
100100 ./tests
101101 ./packages
102+ ./templates
102103 ] ;
103- flake . templates = {
104- default = {
105- path = ./templates/default ;
106- description = "Example flake using cardano.nix" ;
107- } ;
108- cluster = {
109- path = ./templates/cluster ;
110- description = "Example flake for deploying a cardano.nix cluster with multiple nodes, load balancer and monitoring" ;
111- } ;
112- } ;
113104 systems = [ "x86_64-linux" ] ;
114105 } ;
115106}
Original file line number Diff line number Diff line change 1+ {
2+ flake . templates = {
3+ default = {
4+ path = ./default ;
5+ description = "Example flake using cardano.nix" ;
6+ } ;
7+ cluster = {
8+ path = ./cluster ;
9+ description = "Example flake for deploying a cardano.nix cluster with multiple nodes, load balancer and monitoring" ;
10+ } ;
11+ } ;
12+ }
You can’t perform that action at this time.
0 commit comments