Use Nixpkgs 19.03
This commit is contained in:
		
							parent
							
								
									f32fbf952d
								
							
						
					
					
						commit
						2f59b30251
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| { nix ? builtins.fetchGit ./. | ||||
| , nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09"; } | ||||
| , nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.03"; } | ||||
| , officialRelease ? false | ||||
| , systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ] | ||||
| }: | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { useClang ? false }: | ||||
| 
 | ||||
| with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09"; }) {}; | ||||
| with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.03"; }) {}; | ||||
| 
 | ||||
| with import ./release-common.nix { inherit pkgs; }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue