release.nix: don't try to use nix-2.0 branch, no longer exists
Probably should point at the 18.03 release branch once that's made.
This commit is contained in:
		
							parent
							
								
									3748a0ca1e
								
							
						
					
					
						commit
						e9a5ce9b07
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
{ nix ? builtins.fetchGit ./.
 | 
					{ nix ? builtins.fetchGit ./.
 | 
				
			||||||
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "nix-2.0"; }
 | 
					, nixpkgs ? builtins.fetchGit https://github.com/NixOS/nixpkgs.git
 | 
				
			||||||
, officialRelease ? false
 | 
					, officialRelease ? false
 | 
				
			||||||
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
 | 
					, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue