Merge pull request #864 from copumpkin/remove-hack
Kill the temporary darwin-specific channel
This commit is contained in:
		
						commit
						0f754280a4
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -77,8 +77,7 @@ let
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    build = pkgs.lib.genAttrs systems (system:
 | 
					    build = pkgs.lib.genAttrs systems (system:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # FIXME: temporarily use a different branch for the Darwin build.
 | 
					      with import <nixpkgs> { inherit system; };
 | 
				
			||||||
      with import (if system == "x86_64-darwin" then <nixpkgs-darwin> else <nixpkgs>) { inherit system; };
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      releaseTools.nixBuild {
 | 
					      releaseTools.nixBuild {
 | 
				
			||||||
        name = "nix";
 | 
					        name = "nix";
 | 
				
			||||||
| 
						 | 
					@ -113,7 +112,7 @@ let
 | 
				
			||||||
    binaryTarball = pkgs.lib.genAttrs systems (system:
 | 
					    binaryTarball = pkgs.lib.genAttrs systems (system:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # FIXME: temporarily use a different branch for the Darwin build.
 | 
					      # FIXME: temporarily use a different branch for the Darwin build.
 | 
				
			||||||
      with import (if system == "x86_64-darwin" then <nixpkgs-darwin> else <nixpkgs>) { inherit system; };
 | 
					      with import <nixpkgs> { inherit system; };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      let
 | 
					      let
 | 
				
			||||||
        toplevel = builtins.getAttr system jobs.build;
 | 
					        toplevel = builtins.getAttr system jobs.build;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue