mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	dev: relocate confusing letin
This commit is contained in:
		
					parent
					
						
							
								d8b52451dd
							
						
					
				
			
			
				commit
				
					
						2b6ff9e1a5
					
				
			
		
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -4,13 +4,13 @@
 | 
				
			||||||
    config,
 | 
					    config,
 | 
				
			||||||
    pkgs,
 | 
					    pkgs,
 | 
				
			||||||
    ...
 | 
					    ...
 | 
				
			||||||
  }: {
 | 
					  }: let
 | 
				
			||||||
    packages = let
 | 
					 | 
				
			||||||
    docs = import ../docs {
 | 
					    docs = import ../docs {
 | 
				
			||||||
      inherit pkgs;
 | 
					      inherit pkgs;
 | 
				
			||||||
      nmdSrc = inputs.nmd;
 | 
					      nmdSrc = inputs.nmd;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    in
 | 
					  in {
 | 
				
			||||||
 | 
					    packages =
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        # Documentation
 | 
					        # Documentation
 | 
				
			||||||
        docs = docs.manual.html;
 | 
					        docs = docs.manual.html;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue