configuration/common: add template repo to nix registry
This commit is contained in:
		@@ -51,6 +51,16 @@
 | 
				
			|||||||
       };
 | 
					       };
 | 
				
			||||||
       exact = true;
 | 
					       exact = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    "templates" = {
 | 
				
			||||||
 | 
					       from = {
 | 
				
			||||||
 | 
					         type = "indirect";
 | 
				
			||||||
 | 
					         id = "templates";
 | 
				
			||||||
 | 
					       };
 | 
				
			||||||
 | 
					       to = {
 | 
				
			||||||
 | 
					         type = "git";
 | 
				
			||||||
 | 
					         url = "https://git.clerie.de/clerie/flake-templates.git";
 | 
				
			||||||
 | 
					       };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  documentation.doc.enable = false;
 | 
					  documentation.doc.enable = false;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user