revert unfree
This commit is contained in:
		
							parent
							
								
									03c865238b
								
							
						
					
					
						commit
						6e4433ca3d
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -25,15 +25,10 @@
 | 
			
		|||
        system,
 | 
			
		||||
        ...
 | 
			
		||||
      }: let
 | 
			
		||||
        # Extend pkgs to allow unfree packages
 | 
			
		||||
        pkgsWithUnfree = import inputs.nixpkgs {
 | 
			
		||||
          inherit system;
 | 
			
		||||
          config.allowUnfree = true;
 | 
			
		||||
        };
 | 
			
		||||
        nixvimLib = nixvim.lib.${system};
 | 
			
		||||
        nixvim' = nixvim.legacyPackages.${system};
 | 
			
		||||
        nixvimModule = {
 | 
			
		||||
          pkgs = pkgsWithUnfree;
 | 
			
		||||
          inherit pkgs;
 | 
			
		||||
          module = import ./config; # import the module directly
 | 
			
		||||
          # You can use `extraSpecialArgs` to pass additional arguments to your module files
 | 
			
		||||
          extraSpecialArgs = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue