mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	add fix for nix
This commit is contained in:
		
							parent
							
								
									de0cccad03
								
							
						
					
					
						commit
						d1f9072855
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -200,6 +200,11 @@ export PATH="${brew_path}:${PATH}"
 | 
			
		|||
 | 
			
		||||
# Include /opt/homebrew/opt/gnu-getopt/bin to PATH
 | 
			
		||||
[[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}"
 | 
			
		||||
 | 
			
		||||
# Fix nix inbetween systemupdates
 | 
			
		||||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
 | 
			
		||||
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
 | 
			
		||||
fi
 | 
			
		||||
{%@@ endif @@%}
 | 
			
		||||
 | 
			
		||||
# Functions (or more complex aliases)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue