Let's try this instead?
This commit is contained in:
		
							parent
							
								
									c381493ac7
								
							
						
					
					
						commit
						0743958f86
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -16,12 +16,11 @@
 | 
			
		|||
    # });
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # When applied, the unstable nixpkgs set (declared in the flake inputs) will
 | 
			
		||||
  # be accessible through 'pkgs.unstable'
 | 
			
		||||
  stable-packages = final: _prev: {
 | 
			
		||||
    stable = import inputs.nixpkgs-stable {
 | 
			
		||||
      system = final.system;
 | 
			
		||||
      config.allowUnfree = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # When applied, the stable nixpkgs set (declared in the flake inputs) will
 | 
			
		||||
  # be accessible through 'pkgs.stable'
 | 
			
		||||
  pkg-sets = (
 | 
			
		||||
    final: prev: {
 | 
			
		||||
      stable = import inputs.nixos-stable {system = final.system;};
 | 
			
		||||
    }
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue