mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-11-03 20:22:21 +00:00 
			
		
		
		
	nixos: use attrset for long function args
This commit is contained in:
		
					parent
					
						
							
								fcbc49e2e5
							
						
					
				
			
			
				commit
				
					
						ecc9b60a2d
					
				
			
		
					 2 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@
 | 
			
		|||
        };
 | 
			
		||||
 | 
			
		||||
        nixosModules = {
 | 
			
		||||
          nvf = import ./flake/modules/nixos.nix self.packages lib inputs;
 | 
			
		||||
          nvf = import ./flake/modules/nixos.nix {inherit lib self;};
 | 
			
		||||
          default = self.nixosModules.nvf;
 | 
			
		||||
          neovim-flake =
 | 
			
		||||
            lib.warn ''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue