version -> .version, avoid conflict with C++20 <version>
This commit is contained in:
		
							parent
							
								
									6f0359012c
								
							
						
					
					
						commit
						0bebca402a
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ let
 | 
			
		|||
 | 
			
		||||
      releaseTools.sourceTarball {
 | 
			
		||||
        name = "nix-tarball";
 | 
			
		||||
        version = builtins.readFile ./version;
 | 
			
		||||
        version = builtins.readFile ./.version;
 | 
			
		||||
        versionSuffix = if officialRelease then "" else "pre${toString nix.revCount}_${nix.shortRev}";
 | 
			
		||||
        src = nix;
 | 
			
		||||
        inherit officialRelease;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue